Fix nav items alignment when on multiple lines

This commit is contained in:
Tanguy Krotoff 2015-01-07 12:30:48 +01:00
parent f95d0ba840
commit c4d617e6aa
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@
color: $text-color; color: $text-color;
line-height: $base-line-height; line-height: $base-line-height;
// Gaps between nav items, but not on the first one // Gaps between nav items, but not on the last one
&:not(:first-child) { &:not(:last-child) {
margin-left: 20px; margin-right: 20px;
} }
} }