fix: use a more adapted baseline

The old one was quite wrong because of using the html size from spectre
This commit is contained in:
Kazhnuz Klappsthul 2021-07-29 12:00:08 +02:00
parent dfa93acf0e
commit 662e821501
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $inset-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0);
$inset-shadow-inverted: inset 0px 2px 0px rgba(0, 0, 0, 0);
$inset-relief: inset 0px 2px 0px rgba(255, 255, 255, 0);
$baseline: 1.5;
$baseline: 1.6;
$fontsize: 4.75mm;
$lineheight: $baseline * 1rem;