refactor: Adjust carousel card gap

This commit is contained in:
Chuma McPhoy
2025-02-14 13:19:06 +01:00
committed by Christian Andolf
parent 2d5111fed3
commit 7c519979bb
2 changed files with 3 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
display: grid;
grid-auto-flow: column;
grid-auto-columns: 100%;
gap: var(--Spacing-x3);
gap: var(--Spacing-x2);
}
.item {
@@ -34,11 +34,11 @@
}
.buttonPrev {
left: calc(-1 * var(--Spacing-x3));
left: calc(-1 * var(--Spacing-x1));
}
.buttonNext {
right: calc(-1 * var(--Spacing-x3));
right: calc(-1 * var(--Spacing-x1));
}
.prevIcon {