Open
Description
Check this codepen from @TrentWalton
✭ http://codepen.io/TrentWalton/pen/skBnz
Basically the lists are being used like this...
ul li a {
line-height: 2; // not a good approach
}
ul li a {
line-height: 1.25; // a better approach
padding: 0.375em 0; // padding used is the remaining amount from the computed line height / 2
}
Metadata
Metadata
Assignees
Labels
No labels