Optically center button text

Klavika has an em box that sits in such a way that it always looks a
few pixels toward the top. This fixed it optically. It’s ugly, I know.
pull/4790/head
Jason Costello 9 years ago
parent 4a30dfa882
commit bce788ea9e

@ -9,7 +9,7 @@
font-weight: $button-font-weight;
letter-spacing: 1px;
margin-bottom: 4px;
padding: 10px 30px;
padding: 12px 30px 10px 30px;
text-transform: uppercase;
text-decoration: none;

Loading…
Cancel
Save