Always have some margin left and right of the page content.
This commit is contained in:
parent
aa85eaea1d
commit
cf37ab239e
|
@ -1751,10 +1751,12 @@
|
|||
}
|
||||
|
||||
.inner {
|
||||
width: 90%;
|
||||
max-width: 75em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* added above as width: 90%
|
||||
@media screen and (max-width: 1280px) {
|
||||
|
||||
.inner {
|
||||
|
@ -1762,6 +1764,7 @@
|
|||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue