feat(SW-1269): added dynamic content to collection page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.container {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x3);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
.title,
|
||||
.preamble {
|
||||
grid-column: 1 / -1;
|
||||
max-width: var(--max-width-text-block);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.linkWrapper {
|
||||
align-items: baseline;
|
||||
gap: var(--Spacing-x-half);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
|
||||
Reference in New Issue
Block a user