Fix spacing at top
This commit is contained in:
parent
e836241edf
commit
3376aa7b75
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
outline: none;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
margin-top: $unit;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: $unit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue