Give admin list more horizontal space

This commit is contained in:
Kris 2018-06-14 23:50:46 -04:00
parent 2427c0a17c
commit 872656fe52

View File

@ -2,6 +2,12 @@
/* 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;
@ -21,3 +27,4 @@
margin-left: 40px;
}
}