I'm having an issue with the submenu - when I hover over the 'About' section, the dropdown menu width is larger than it should be. Can someone please help me figure out what I did wrong and how to fix it? Any suggestions related to my CSS code would be greatly appreciated.
Below is the snippet of my CSS code:
* {
margin: 0;
padding: 0;
}
.main-nav ul {
margin-left: 40px;
margin-top: 40px;
list-style-type: none;
}
/* Rest of the CSS code goes here */