Merged in fix/BOOK-317-campaign-ui-fixes (pull request #3397)

fix(BOOK-317): small campaign ui fixes

* fix(BOOK-317): campaign ui fixes


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2026-01-08 08:55:49 +00:00
parent 4980cc830d
commit ffee9757d2
10 changed files with 18 additions and 19 deletions

View File

@@ -48,6 +48,7 @@
@media screen and (max-width: 949px) {
.list {
grid-template-columns: repeat(2, 1fr);
row-gap: var(--Space-x2);
.listItem:nth-child(2n)::after {
display: none;
@@ -58,6 +59,7 @@
@media screen and (min-width: 950px) and (max-width: 1366px) {
.list {
grid-template-columns: repeat(4, 1fr);
row-gap: var(--Space-x3);
&:not(.count3, .count5, .count6) .listItem:nth-child(4n)::after {
display: none;