fix logged out nav

This commit is contained in:
Cassie Tarakajian 2017-08-07 15:56:30 -04:00
parent 65b009077b
commit 4e822809bb

View file

@ -82,6 +82,7 @@
.nav__item-spacer { .nav__item-spacer {
@include themify() { @include themify() {
color: map-get($theme-map, 'inactive-text-color'); color: map-get($theme-map, 'inactive-text-color');
margin: 0 #{8 / $base-font-size}rem;
} }
} }