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

20 lines
187 B
SCSS

section.about {
margin-bottom: 40px;
h3 {
margin-bottom: 15px;
}
table {
width: auto;
td {
padding: 10px;
}
td.title {
width: 33%;
}
}
}