Recently, I encountered an issue with the navigation bar on my webpage. It contains an image logo on the left and three links on the right. The problem arises when I test the responsiveness using different devices on Chrome; the navigation bar resizes and shifts to the left, leaving a blank space on its right side. For a visual reference, you can view the screenshot here.
Below is the code snippet for the navigation bar:
// CSS code goes here
// Linking external stylesheets and scripts
I appreciate any assistance in resolving this issue. Just to mention, I'm still new to web development.