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.
This commit is contained in:
Jason Costello 2017-04-04 14:28:04 -07:00
parent 4a30dfa882
commit bce788ea9e
1 changed files with 1 additions and 1 deletions

View File

@ -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;