DoESLiverpool / ppewebsite

Landing page for sign posting the protective equipment project.
MIT License
1 stars 0 forks source link

Sort out a more mobile-friendly navigation menu #6

Open zarino opened 4 years ago

zarino commented 4 years ago

Even on a fairly large phone screen, the nav menu takes up most of the initial viewport!

Screen Shot 2020-04-07 at 22 38 15

We should hide the nav menu on narrow screens if javascript is available, and then allow mobile users to show/hide the nav menu with a toggle button.

Bulma has a Nav component, but I it’s probably not going to work in our situation, and it’s no more responsive than what we’ve got at the moment anyway, so I think we should just homebrew a toggle button.