chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x-half);
|
||||
padding: 0 var(--Spacing-x4) 0 var(--Spacing-x4);
|
||||
gap: var(--Space-x05);
|
||||
padding: 0 var(--Space-x4) 0 var(--Space-x4);
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user