I am trying to make a nav bar that works on both pc and mobile devices but when the nav bar is in mobile mode things don’t look quite right. I think its my css that’s the issue I just don’t know where or what is causing it.
I’ve had to make it on repl because its for school so not sure if that’s effecting it but I’ve posted an invite link to the website.
This is where the website is
https://replit.com/join/pzgmiypjtm-aidenmcginty
>Solution :
Remove the margin-left: 20px; when you click on the burger.
You can also change the top: 60px; to top: 76px;
