fix: set line-height in normalized h1 to avoid overlapping (#58)
parent
9d388cacbe
commit
7d1739ef7d
|
@ -31,9 +31,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;
|
||||
|
|
|
@ -40,6 +40,7 @@ main {
|
|||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
|
|
Loading…
Reference in New Issue