Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fed2c0d1d | |||
| a1d6e58635 |
+10
-5
@@ -235,17 +235,22 @@
|
|||||||
width: unset !important;
|
width: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seasons */
|
/* List of seasons */
|
||||||
.layout-desktop .itemsContainer:not(.scrollSlider) {
|
/* Replace margin with gap */
|
||||||
padding: unset !important;
|
.layout-desktop .itemsContainer {
|
||||||
|
|
||||||
justify-content: center;
|
|
||||||
gap: 1.2em;
|
gap: 1.2em;
|
||||||
}
|
}
|
||||||
.layout-desktop .itemsContainer > .card > .cardBox {
|
.layout-desktop .itemsContainer > .card > .cardBox {
|
||||||
margin-right: unset !important;
|
margin-right: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-desktop .itemsContainer.padded-right:not(.padded-left) {
|
||||||
|
padding: unset !important; /* Remove right padding if left padding is not present */
|
||||||
|
}
|
||||||
|
.layout-desktop .itemsContainer.vertical-wrap {
|
||||||
|
justify-content: center; /* Only center if wrapping is enabled */
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 87.5em) {
|
@media (min-width: 87.5em) {
|
||||||
.overflowPortraitCard, .overflowSquareCard {
|
.overflowPortraitCard, .overflowSquareCard {
|
||||||
width: 12.5vw !important;
|
width: 12.5vw !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user