You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At breakpoint 999px the nav adjusts but never goes to a responsive hamburger menu as is relatively standard, even when on mobile.
There are two issues here as I see it:
Neither CSS or ./layouts/partials/navigation.html make allowances for this.
Implementing this is a bit messy the way the header.html and navigation.html are separated.
I propose adjusting the site to have a responsive header/nav, and simplify the partials together. I can work on doing this if you want to assign it to me @CoralineAda
The text was updated successfully, but these errors were encountered:
At breakpoint 999px the nav adjusts but never goes to a responsive hamburger menu as is relatively standard, even when on mobile.
There are two issues here as I see it:
./layouts/partials/navigation.html
make allowances for this.header.html
andnavigation.html
are separated.I propose adjusting the site to have a responsive header/nav, and simplify the partials together. I can work on doing this if you want to assign it to me @CoralineAda
The text was updated successfully, but these errors were encountered: