front/NavMenuItem: remove margin top/left on first menu item
This commit is contained in:
parent
e033baa57f
commit
172d27a6d2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user