chore: cleanup styles

This commit is contained in:
Cory Dransfeldt 2024-04-16 08:56:25 -07:00
parent 913702ebcd
commit c4c61798b2
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -11,10 +11,10 @@
margin: 0 0 var(--sizing-lg);
& > button {
margin-bottom: var(--sizing-sm) !important;
margin-bottom: var(--sizing-sm);
&:last-of-type {
margin-right: 0 !important;
margin-right: 0;
}
}
}
@ -120,7 +120,7 @@
margin: var(--sizing-3xl) 0 var(--sizing-lg);
& > button {
margin-bottom: 0 !important;
margin-bottom: 0;
}
}
}