fix: wrong margins of loyalty card container in mobile

This commit is contained in:
Christel Westerberg
2024-07-15 15:42:53 +02:00
parent b67c4c7684
commit 5cf616f6b0
2 changed files with 0 additions and 15 deletions
@@ -1,13 +1,6 @@
.cardContainer {
display: grid;
gap: var(--Spacing-x2);
margin-right: calc(0px - var(--Spacing-x2));
overflow-x: auto;
padding-right: var(--Spacing-x2);
/* Hide scrollbar IE and Edge */
-ms-overflow-style: none;
/* Hide Scrollbar Firefox */
scrollbar-width: none;
}
.link {
@@ -50,9 +43,6 @@
.cardContainer {
display: grid;
grid-template-columns: repeat(12, 1fr);
margin-right: 0;
/* Three columns in the first row */
padding-right: 0;
}
.card:nth-of-type(-n + 3) {