Add content section with for xxl displays

This commit is contained in:
copernicus-mogley 2020-01-22 16:51:32 +01:00 committed by Daira Hopwood
parent 09091814b5
commit 72a8e7a802
1 changed files with 7 additions and 0 deletions

View File

@ -610,3 +610,10 @@ td:first-child {
width: 920px;
}
}
@media (min-width: 1390px) {
body > section {
max-width: initial;
width: 1200px;
}
}