front/NavMenuItem: remove margin top/left on first menu item

This commit is contained in:
Alice Gaudon 2021-11-28 16:44:27 +01:00
parent e033baa57f
commit 172d27a6d2
1 changed files with 6 additions and 2 deletions

View File

@ -19,11 +19,15 @@
line-height: 1;
@include medium-le {
margin-top: 8px;
&:not(:first-child) {
margin-top: 8px;
}
}
@include large-ge {
margin-left: 8px;
&:not(:first-child) {
margin-left: 8px;
}
}
a {