chore: semantic spacing

This commit is contained in:
Cory Dransfeldt 2024-09-02 11:26:43 -07:00
parent ad70959201
commit 8bba16778e
No known key found for this signature in database
27 changed files with 148 additions and 140 deletions

View file

@ -1,8 +1,8 @@
.badge-grid {
display: grid;
gap: var(--sizing-md);
gap: var(--spacing-md);
grid-template-columns: repeat(3, 1fr);
margin-top: var(--sizing-2xl);
margin-top: var(--spacing-2xl);
& > * {
display: flex;