Fix nav display error when expanding window with open burger.

This commit is contained in:
dgnicholson 2020-07-07 20:26:04 -07:00
parent d133435894
commit 811bd0431f
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 {