padding, compensate for Klavika line-height alignment
Optically centers text and gives the appearance of even padding
This commit is contained in:
parent
7577a9ea29
commit
2e6bc21594
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue