discourse/app/assets/stylesheets/common/base/about.scss

26 lines
277 B
SCSS

section.about {
margin-bottom: 40px;
h3 {
margin-bottom: 15px;
}
table {
width: auto;
th {
text-align: left;
}
td, th {
padding: 10px;
border-bottom: 1px solid $primary-low;
}
td.title {
width: 33%;
}
}
}