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:
parent
dfa93acf0e
commit
662e821501
1 changed files with 1 additions and 1 deletions
|
@ -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-shadow-inverted: inset 0px 2px 0px rgba(0, 0, 0, 0);
|
||||||
$inset-relief: inset 0px 2px 0px rgba(255, 255, 255, 0);
|
$inset-relief: inset 0px 2px 0px rgba(255, 255, 255, 0);
|
||||||
|
|
||||||
$baseline: 1.5;
|
$baseline: 1.6;
|
||||||
$fontsize: 4.75mm;
|
$fontsize: 4.75mm;
|
||||||
|
|
||||||
$lineheight: $baseline * 1rem;
|
$lineheight: $baseline * 1rem;
|
||||||
|
|
Loading…
Reference in a new issue