Fix typo in menu button class

- .navtoogle should be .navtoggle
- Fixes #175
This commit is contained in:
Michael Rose
2015-08-19 12:50:44 -04:00
parent e7489a139d
commit d5a0a2e585
3 changed files with 6 additions and 6 deletions

View File

@@ -165,7 +165,7 @@ $button-size: 1.5rem;
}
}
// Style the toggle menu link and hide it
.nav .navtoogle {
.nav .navtoggle {
@include font-rem(18);
font-weight: normal;
background-color: $black;
@@ -180,7 +180,7 @@ $button-size: 1.5rem;
border: none;
background: none;
}
.navtoogle i {
.navtoggle i {
z-index:-1;
}
.icon-menu {