refactor: Adjust carousel card gap
This commit is contained in:
committed by
Christian Andolf
parent
2d5111fed3
commit
7c519979bb
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user