changed fixed width of the compact class for max-width

This commit is contained in:
Gerard 2018-12-17 12:24:15 +01:00
parent 8a28edf570
commit 3f677c58e5
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ a {
} }
html [compact], .compact{ html [compact], .compact{
width: 950px; max-width: 950px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }