Adjust line height, accordingly to frontend dev
This commit is contained in:
parent
cbcb76f7a7
commit
99e38abe43
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,9 @@ $font-size-base: 1.25rem;
|
|||
$font-size-lg: $font-size-base * 1.25 !default;
|
||||
$font-size-sm: $font-size-base * .875 !default;
|
||||
|
||||
$line-height-lg: 1;
|
||||
$line-height-sm: 1;
|
||||
|
||||
$link-color: $blue-dark;
|
||||
$link-decoration: underline;
|
||||
$link-hover-color: $blue;
|
||||
|
|
|
@ -3,6 +3,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
letter-spacing: 0.14em;
|
||||
font-weight: 300;
|
||||
word-spacing: 0.3em;
|
||||
line-height: 2.8rem;
|
||||
|
||||
margin: 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue