27 lines
396 B
SCSS
Raw Normal View History

.body-page {
2018-02-28 15:02:11 -05:00
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
width: 100%;
max-width: 700px;
padding-left: 20px;
font-size: $font-up-1;
.mobile-view & {
font-size: $font-0;
margin-top: 20px;
}
2018-02-28 15:02:11 -05:00
li {
margin-bottom: 8px;
}
2018-02-28 15:02:11 -05:00
.nav-pills {
margin-bottom: 20px;
}
2014-04-30 23:59:24 -07:00
ul:not(.nav-pills),
ol:not(.nav-pills) {
margin-left: 40px;
}
}