padding, compensate for Klavika line-height alignment

Optically centers text and gives the appearance of even padding
This commit is contained in:
Jason Costello 2017-04-03 22:13:06 -07:00
parent 7577a9ea29
commit 2e6bc21594
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $baseline: 20px;
font-weight: $font-weight-bold;
line-height: 1;
margin: 0;
padding: 5px;
padding: 7px 5px 5px 5px;
letter-spacing: 0.05em;
text-transform: uppercase;
}