I'm struggling with creating Navbars in Grid Layout.
https://codepen.io/Aeshtray/pen/BdqeZL
For mobile view, I want the Navbar to be fixed horizontally (as currently coded), but once reaching a width of 500px, I need it to become vertically fixed on the left side. I've attempted using position: fixed
, but it ends up messing up my entire layout.