fix header line-height

This commit is contained in:
Ariejan de Vroom 2022-07-31 18:24:10 +02:00
parent d50f592205
commit fc9364d177
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -3,6 +3,7 @@
$h1_font_size: 2.4rem;
$h2_font_size: 2rem;
$header_size: 1.4rem;
$font_size: 1.1rem;
$code_font_size: 0.96rem;
$code_line_height: 1.4rem;
@ -65,6 +66,7 @@ h1, h2, h3, h4, h5 {
font-family: 'Rubik', sans-serif;
font-size: $header_size;
font-weight: bold;
line-height: $header_size * 1.8;
color: $header;
margin: 0.67rem 0;
}