Fix header width for 4k resolutions. Fixes #3374
This commit is contained in:
parent
c0e8b33b33
commit
bdc82ee6a9
|
@ -3,7 +3,7 @@
|
||||||
// Not growing larger than 3840px at 1em=16px right now
|
// Not growing larger than 3840px at 1em=16px right now
|
||||||
@media screen and (min-width: 240em) {
|
@media screen and (min-width: 240em) {
|
||||||
#header {
|
#header {
|
||||||
width: 240em;
|
min-width: 240em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
Loading…
Reference in New Issue