Article width should not be full screen

Follow up to I5fb67f4abd7aee1fce41e60fe24e8fd6b45e5146 which
incorrectly set a min-width not a max-width.

Bug: T193061
Change-Id: I385061ea47a4dbf011eec2582594f94a4749f713
This commit is contained in:
jdlrobson 2018-10-31 11:20:53 -07:00
parent 109d737621
commit 5ad1a0ff5a
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ A file for css that optimises the Minerva skin on larger devices.
margin-left: auto;
margin-right: auto;
width: 90%;
min-width: 90%;
max-width: @contentMaxWidthTablet;
}
.header {