On the http://steve.brettatkin.com/projects.php when you hover over "Work", a sub-menu appears. The 4th and 5th links have text that wraps. How do I decrease the line-height so that the second line of the link doesn't look like a new link?
I've tried a combination of margin/padding/line-height on the <li>
but it isn't working.
Remove the line-height
from the <a>
inside your <li>
s and put it on the <li>
s instead, then use margin-top
and margin-bottom
for the margin between the <li>
s and use the line-height
for the line-height
of single <li>
s
(making the hover state of the <a>
s there bold also makes the menu jump when hovering cause it no longer always fits on 1 line)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With