Skip to content

Commit

Permalink
Merge pull request #1806 from srmagura/heading-line-height
Browse files Browse the repository at this point in the history
Set line-height of all headings to 1.2
  • Loading branch information
Gerrit0 committed Nov 26, 2021
2 parents 7d4bc90 + 9548c4e commit 3f0dbea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Unreleased

### Bug Fixes

- Fixed line height of `h1` and `h2` elements being too low, #1796.

## v0.22.10 (2021-11-25)

### Features
Expand Down
9 changes: 9 additions & 0 deletions static/style.css
Expand Up @@ -152,6 +152,15 @@ body.dark {
--external-icon: var(--dark-external-icon);
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.2;
}

h1 {
font-size: 2em;
margin: 0.67em 0;
Expand Down

0 comments on commit 3f0dbea

Please sign in to comment.