Merge pull request 'Always have some margin left and right of the page content.' (#11) from haheute/friendica-wp-theme:width-and-missing-space into master

Reviewed-on: #11
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Hypolite Petovan 2024-03-26 17:56:33 +01:00
commit e948c51178

View file

@ -1751,18 +1751,11 @@
} }
.inner { .inner {
width: 90%;
max-width: 75em; max-width: 75em;
margin: 0 auto; margin: 0 auto;
} }
@media screen and (max-width: 1280px) {
.inner {
max-width: 90%;
}
}
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
.inner { .inner {