Project Page Feedback/One issue

Hello, first any feedback on my product page would be greatly appreciated:

One issue that I’m having is getting the nav section responsive. When the screen shrinks, it cuts of one of the nav options, and I’m not sure what to target to fix that.

Thanks!

Hello,

Regarding nav, try to decrease width percentage for #logo in media query:

#logo{
min-width: 50%;
max-width: 60%;
}

Currently #logo div is 50% of the navbar width so the menu links can be also also 50% of the parent but it seems to be not enough for them on smaller devices.