Update max width for large screen

See gh-30
This commit is contained in:
Damien Vitrac 2020-04-03 21:30:09 +02:00
parent a11712370c
commit 1da535dbea
1 changed files with 2 additions and 2 deletions

View File

@ -238,12 +238,12 @@
}
#header, #content, #footnotes, #footer {
padding-left: 1.9375em + $h;
max-width: 2000px;
max-width: 1400px;
}
#header-spring {
h1 {
margin: 0 auto;
max-width: 2000px;
max-width: 1400px;
}
}
}