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

27 lines
484 B
SCSS

.body-page {
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
width: 100%;
max-width: 700px;
.about-page & {
max-width: unset;
section:not(.admins):not(.moderators) {
max-width: 700px;
}
}
font-size: $font-up-1;
.mobile-view & {
font-size: $font-0;
margin-top: 20px;
}
li {
margin-bottom: 8px;
}
.nav-pills {
margin-bottom: 20px;
}
ul:not(.nav-pills),
ol:not(.nav-pills) {
margin-left: 40px;
}
}