changed fixed width of the compact class for max-width
This commit is contained in:
parent
8a28edf570
commit
3f677c58e5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue