Skip to content

Commit

Permalink
fix: set line-height in normalized h1 to avoid overlapping (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Feb 7, 2021
1 parent 9d388ca commit 7d1739e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/sass/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/sass/_normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ main {
h1 {
font-size: 2em;
margin: 0.67em 0;
line-height: 1.2em;
}

/* Grouping content
Expand Down

0 comments on commit 7d1739e

Please sign in to comment.