Wider page content for wider screen

This commit is contained in:
alistair3149 2020-01-14 14:59:32 -05:00
parent 26aec82b7b
commit 329d9f4c4a
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 9 additions and 0 deletions

View file

@ -1054,6 +1054,14 @@ a {
margin-right: @negative-margin !important;
}
}
@media only screen and ( min-width: @screen5 ) {
.firstHeading,
#siteSub,
.mw-body-content {
max-width: @page-width + @margin-side * 6;
}
}
/*
// Logged in styles
.not-logged {

View file

@ -202,3 +202,4 @@
@screen2: @footer-width; // 1290px
@screen3: @footer-width + @margin-side * 8; // 1450px
@screen4: @footer-width - (@negative-margin * 2); // 1720px
@screen5: 2048px; // Wider screen styles