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

Merged
MrPetovan merged 2 commits from haheute/friendica-wp-theme:width-and-missing-space into master 2024-03-26 17:56:33 +01:00
Showing only changes of commit cf37ab239e - Show all commits

View file

@ -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) {