2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/app/assets/stylesheets/common/base/about.scss
2018-02-28 15:03:12 -05:00

25 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%;
}
}
}