Give admin list more horizontal space
This commit is contained in:
parent
2427c0a17c
commit
872656fe52
|
@ -2,6 +2,12 @@
|
||||||
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
|
/* intended only for /about /faq, /guidelines, /tos, and /privacy */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
|
.about-page & {
|
||||||
|
max-width: unset;
|
||||||
|
section:not(.admins):not(.moderators) {
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
|
}
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-1;
|
||||||
.mobile-view & {
|
.mobile-view & {
|
||||||
font-size: $font-0;
|
font-size: $font-0;
|
||||||
|
@ -21,3 +27,4 @@
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue