Hey there, I'm currently working on a website and have encountered an issue with the navigation bar. I adjusted some of the links to float to the right, but as a result, they drop downwards, disrupting the vertical center alignment. Adding padding doesn't seem to resolve the problem either. I've checked out similar queries on Stack Overflow and attempted the suggested solutions without success. Here's the snippet of my code:
/* Start Variables */
:root {
--aa-color: #57C324;
}
// Rest of CSS code here
// Additional HTML code here
If anyone could provide some guidance or assistance, it would be greatly appreciated.
Thank you in advance!