chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x2);
|
||||
padding: var(--Spacing-x5) 0;
|
||||
gap: var(--Space-x2);
|
||||
padding: var(--Space-x5) 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user