You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}