Skip to content

Commit

Permalink
Fix heading sizes in text blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Nov 30, 2020
1 parent f3be38d commit 53dc9d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: .5em;
}

.textblock h1 {
font-size: x-large;
}

.textblock h2 {
font-size: large;
}

#nav-sync
{
visibility: hidden;
Expand Down

0 comments on commit 53dc9d6

Please sign in to comment.