Fix header width for 4k resolutions. Fixes #3374

This commit is contained in:
Carsten 2018-04-04 22:11:04 +02:00 committed by GitHub
parent c0e8b33b33
commit bdc82ee6a9
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 {