How to remove unwanted padding on anchor tag in the code given?
I have included link to codepen which displays a nav bar. On hovering any anchor tag, padding should be added to it only. Hover, the problem is the code is adding unwanted padding-bottom to all other elements too (which are not hovered).