Fix spacing at top

This commit is contained in:
Justin Edmund 2022-12-06 12:55:57 -08:00
parent e836241edf
commit 3376aa7b75

View file

@ -16,6 +16,10 @@
outline: none; outline: none;
} }
&:first-child {
margin-top: $unit;
}
&:last-child { &:last-child {
margin-bottom: $unit; margin-bottom: $unit;
} }