This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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%;
}
}
}