fix small css bug

This commit is contained in:
Cassie Tarakajian 2016-10-05 14:02:46 -04:00
parent 55403e9a20
commit dfdbc35b74
1 changed files with 1 additions and 3 deletions

View File

@ -20,11 +20,9 @@
} }
.nav__item { .nav__item {
& + & {
margin-left: #{0 / $base-font-size}rem;
}
position: relative; position: relative;
min-width: #{72 / $base-font-size}rem; min-width: #{72 / $base-font-size}rem;
text-align: center;
} }
.nav__dropdown { .nav__dropdown {