Merge pull request #14064 from haheute/mobile-padding-2

Add some padding for the login page at mobile width (frio)
This commit is contained in:
Hypolite Petovan 2024-04-01 20:33:07 -04:00 committed by GitHub
commit c8fff8c50c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,