chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.container {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
width: 100%;
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
@@ -19,6 +19,6 @@
|
||||
}
|
||||
|
||||
.image {
|
||||
margin: var(--Spacing-x1) var(--Spacing-x0);
|
||||
margin: var(--Space-x1) 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user