kd1729 / portfolio

My Portfolio
https://kd1729.github.io/portfolio/
15 stars 32 forks source link

fixed header hover effect #77

Closed adv8j closed 11 months ago

adv8j commented 11 months ago

I've fixed the header hover effect, albeit with some necessary changes in spacing. The increase in font size on hover was creating an issue by increasing the size of 'a' and 'li' element inside the navbar. Therefore, I took the increased values for width and height and initialized the sizes of these elements. To compensate for increased gap partially, I decreased the margin-right between the 'li' elements.

If there is any change which you would like to know more about, I'd be happy to answer :)