Removed padding from scope and pagination banners.

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

View File

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