chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: 85%;
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
}
|
||||
|
||||
.item {
|
||||
@@ -40,8 +40,8 @@
|
||||
.dots {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: var(--Spacing-x1);
|
||||
margin-top: var(--Spacing-x3);
|
||||
gap: var(--Space-x1);
|
||||
margin-top: var(--Space-x3);
|
||||
}
|
||||
|
||||
.dot {
|
||||
@@ -65,12 +65,12 @@
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.container {
|
||||
grid-auto-columns: calc(50% - var(--Spacing-x2) / 2);
|
||||
grid-auto-columns: calc(50% - var(--Space-x2) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
.container {
|
||||
grid-auto-columns: calc(33.33% - var(--Spacing-x2) * 2 / 3);
|
||||
grid-auto-columns: calc(33.33% - var(--Space-x2) * 2 / 3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user