I’m hitting an issue with my NavBar where my logo is not sitting as far to the left as I would like it to. It’s in a flex, 100vw section and I’ve gone through three times checking margins, and I can’t figure out how to get it to sit closer to the left edge (like, equivalent to the space on the right of the nav links).
Actually if you looked at it you would see that I had removed the container. I believe I used flex to create the space between the logo and links, without needing to use padding between them (which I tried, but even when set to a vw rather than px was still interfering with full responsiveness).