fix: set line-height in normalized h1 to avoid overlapping

This commit is contained in:
Robert Kaussow 2021-02-21 13:26:55 +01:00
parent 261956c145
commit a93b8ed1c4
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,6 @@ $color-link-footer: rgba(255, 163, 30, 1) !default;
$color-code: rgba($gray-200, 0.5) !default;
$header-font-size: 2em;
$header-font-size-small: 1.5em;
$body-background: white !default;
$body-font-color: $gray-800 !default;
$body-font-weight: normal !default;

View File

@ -40,6 +40,7 @@ main {
h1 {
font-size: 2em;
margin: 0.67em 0;
line-height: 1.2em;
}
/* Grouping content