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;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (--small-30) {
|
@media(--small-10) {
|
||||||
|
.campaign {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(--small-30) {
|
||||||
.pagination {
|
.pagination {
|
||||||
height: 4.5rem;
|
height: 4.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue