fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-07 12:15:18 -07:00
parent 45eb72e886
commit a979a27268
No known key found for this signature in database
3 changed files with 6 additions and 117 deletions

View file

@ -19,7 +19,7 @@
}
.now__section--header-buttons > button {
margin-bottom: 0 !important;
margin-bottom: var(--sizing-sm) !important;
}
.now__section--header-buttons > button:last-of-type {
@ -120,4 +120,8 @@
.now__section--header-buttons {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.now__section--header-buttons > button {
margin-bottom: 0 !important;
}
}