Always have some margin left and right of the page content.

This commit is contained in:
Hannes Heute 2024-03-25 17:16:04 +01:00
parent aa85eaea1d
commit cf37ab239e
1 changed files with 3 additions and 0 deletions

View File

@ -1751,10 +1751,12 @@
} }
.inner { .inner {
width: 90%;
max-width: 75em; max-width: 75em;
margin: 0 auto; margin: 0 auto;
} }
/* added above as width: 90%
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
.inner { .inner {
@ -1762,6 +1764,7 @@
} }
} }
*/
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {