Merge pull request #71 from dgnicholson/fix-active-nav-width

Fix nav display error when expanding window with open burger.
This commit is contained in:
Jake Wiesler 2020-07-08 08:25:49 -04:00 committed by GitHub
commit c459d3dba9
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
visibility: visible;
height: 100%;
width: 100%;
@media screen and (min-width: $medium) {
width: $navWidth;
}
}
.nav__list {