Removed padding from scope and pagination banners.

This commit is contained in:
DebaucheryLibrarian 2024-09-05 01:54:52 +02:00
parent 2287d7be4a
commit e12fc47f47
2 changed files with 9 additions and 1 deletions

View File

@ -301,7 +301,13 @@ function getPath(page) {
padding: 0 1rem; padding: 0 1rem;
} }
@media (--small-30) { @media(--small-10) {
.campaign {
padding: 0;
}
}
@media(--small-30) {
.pagination { .pagination {
height: 4.5rem; height: 4.5rem;
} }

View File

@ -517,6 +517,7 @@ function setView(newView) {
.scopes { .scopes {
justify-content: center; justify-content: center;
flex-direction: column-reverse; flex-direction: column-reverse;
padding: 0 0 .25rem 0;
.campaign { .campaign {
width: 100%; width: 100%;
@ -529,6 +530,7 @@ function setView(newView) {
.scopes-pills { .scopes-pills {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
padding: 0 1rem 0 1rem;
} }
.scopes .views { .scopes .views {