Adjust line height, accordingly to frontend dev

This commit is contained in:
Daniel Siepmann 2020-01-21 09:32:12 +01:00
parent cbcb76f7a7
commit 99e38abe43
2 changed files with 4 additions and 0 deletions

View file

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

View file

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