Fix active state

This commit is contained in:
Michael Rose 2016-11-17 16:00:12 -05:00
parent cdf5877acc
commit bf959c2ff0
2 changed files with 18 additions and 18 deletions

View file

@ -404,6 +404,15 @@
}
}
}
}
.nav__list .nav__items {
margin: 0;
font-size: 1.25rem;
a {
color: inherit;
}
.active {
margin-left: -0.5em;
@ -418,15 +427,6 @@
color: #fff;
}
}
}
.nav__list .nav__items {
margin: 0;
font-size: 1.25rem;
a {
color: inherit;
}
@include breakpoint(max-width $large) {
position: relative;

View file

@ -404,6 +404,15 @@
text-decoration: underline;
}
}
}
.nav__list .nav__items {
margin: 0;
font-size: 1.25rem;
a {
color: inherit;
}
.active {
margin-left: -0.5em;
@ -418,15 +427,6 @@
color: #fff;
}
}
}
.nav__list .nav__items {
margin: 0;
font-size: 1.25rem;
a {
color: inherit;
}
@include breakpoint(max-width $large) {
position: relative;