feat(SW-1269): added dynamic content to collection page

This commit is contained in:
Erik Tiekstra
2025-01-13 13:12:52 +01:00
parent 72301df4e7
commit 5018cba623
10 changed files with 83 additions and 48 deletions

View File

@@ -1,4 +1,5 @@
.container {
display: grid;
gap: var(--Spacing-x3);
z-index: 0;
}

View File

@@ -8,6 +8,7 @@
.title,
.preamble {
grid-column: 1 / -1;
max-width: var(--max-width-text-block);
}
@media screen and (min-width: 768px) {

View File

@@ -1,6 +1,7 @@
.linkWrapper {
align-items: baseline;
gap: var(--Spacing-x-half);
z-index: 1;
}
.mobile {