chore: tokenize spacing

This commit is contained in:
Cory Dransfeldt 2024-03-02 13:08:41 -08:00
parent 21cc117690
commit 72c20d6b1c
No known key found for this signature in database
19 changed files with 86 additions and 81 deletions

View file

@ -9,7 +9,7 @@
}
.contact__wrapper .column.contact__description {
margin-bottom: 1.5rem;
margin-bottom: var(--sizing-xl);
}
.contact__wrapper .column.contact__description p:first-child {
@ -26,7 +26,7 @@
}
.contact__wrapper .column.contact__description {
padding-right: 1.5rem;
padding-right: var(--sizing-xl);
margin-bottom: 0;
}
}