I’m having an issue with my nav element. Technically, the code passes the FCC tests, but it just doesn’t look right. I manage to get my nav to move to the top of the page, but it maintains its same shape and doesn’t extend to the full vw.
The problem is pretty obvious once you look at the page. Just open full screen and then begin to close it to about 600px
your media query is not overriding the nav CSS while screen size changes. So what you have to do is add !important to its style attributes or you can increase the weight of selector.