Merge pull request #3408 from Mikesch-mp/master

Fix header width for 4k resolutions.
This commit is contained in:
Johannes Meyer 2018-04-05 12:14:56 +02:00 committed by GitHub
commit 78a7939fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Not growing larger than 3840px at 1em=16px right now
@media screen and (min-width: 240em) {
#header {
width: 240em;
min-width: 240em;
}
#main {