Removed padding from scope and pagination banners.
This commit is contained in:
parent
2287d7be4a
commit
e12fc47f47
|
@ -301,7 +301,13 @@ function getPath(page) {
|
|||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
@media (--small-30) {
|
||||
@media(--small-10) {
|
||||
.campaign {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media(--small-30) {
|
||||
.pagination {
|
||||
height: 4.5rem;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue