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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user