Ensure there are page margins for 1000px viewports

Bug: T193061
Change-Id: I5fb67f4abd7aee1fce41e60fe24e8fd6b45e5146
This commit is contained in:
Goomel 2018-10-26 08:33:28 +02:00 committed by Jdlrobson
parent a79a0276bd
commit e300213128
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ A file for css that optimises the Minerva skin on larger devices.
#mw-mf-page-center .pointer-overlay {
margin-left: auto;
margin-right: auto;
max-width: @contentMaxWidthTablet;
width: 90%;
min-width: 90%;
}
.header {