CS-Social-Good-CalPoly/club-website

Add in hamburger menu for `Nav` Component

Closed this issue · 0 comments

Problem

Our Navbar presently does not support a mobile interface; since we want our website to be mobile-friendly we should be adding a media query to accommodate for the phone size.

Do This

Add in a media query within the SharedAssets/Nav.css with this specification

  • Mobile Phones : max-device-width: 640px
  • Desktop Specific : min-width: 641px

For the hamburger icon export it from figma.

Image:
image