[frio] Restore lateral margins on home/login page for mobile display

- They had been removed site-wide to give more space to posts in the network view
This commit is contained in:
Hypolite Petovan 2024-04-01 09:38:37 -04:00
parent fda2873a92
commit 3bb00f36f8
1 changed files with 6 additions and 0 deletions

View File

@ -3849,6 +3849,12 @@ section .profile-match-wrapper {
margin-top: 0;
}
.mod-home.is-not-singleuser,
.mod-login {
padding-left: 10px;
padding-right: 10px;
}
.generic-page-wrapper,
.videos-content-wrapper,
.suggest-content-wrapper,