feat(SW-1269): added dynamic content to collection page
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
background-color: var(--UI-Opacity-White-100);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
margin: 0 calc(var(--Spacing-x2) * -1) calc(var(--Spacing-x9) * -1)
|
||||
calc(var(--Spacing-x2) * -1);
|
||||
margin: 0 calc(0px - var(--Spacing-x2)) calc(0px - var(--Spacing-x9))
|
||||
calc(0px - var(--Spacing-x2));
|
||||
padding-bottom: var(--Spacing-x9);
|
||||
position: relative;
|
||||
}
|
||||
@@ -60,6 +60,13 @@
|
||||
padding-left: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.mobileColumns {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.mobileColumns {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user