fix: replace old spacing variables with new matching ones
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: var(--Space-x4);
|
||||
padding-bottom: var(--Space-x8);
|
||||
padding-bottom: var(--Space-x9);
|
||||
}
|
||||
|
||||
.main > * {
|
||||
@@ -14,5 +14,5 @@
|
||||
padding-top: var(--Space-x4);
|
||||
display: grid;
|
||||
grid-template-columns: 792px 1fr; /* TODO: Magic number, revisit */
|
||||
gap: var(--Space-x8);
|
||||
gap: var(--Space-x9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user