Skip to content

Commit

Permalink
Merge pull request #1965 from davecranwell/fix-nav-toggle-size
Browse files Browse the repository at this point in the history
Nav toggle icon had somehow lost specificity over time
  • Loading branch information
davecranwell committed Nov 27, 2015
2 parents 88e4770 + 7333ae5 commit 7845cb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ $submenu-color: darken($color-grey-1, 5%);
}
}

.nav-toggle {
.nav-toggle.icon {
left: $mobile-nice-padding;
cursor: pointer;
position: absolute;
Expand Down

0 comments on commit 7845cb4

Please sign in to comment.