chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.main {
|
||||
width: var(--max-width-content);
|
||||
padding: var(--Spacing-x5) var(--Spacing-x1);
|
||||
padding: var(--Space-x5) var(--Space-x1);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user