Skip to content

Commit

Permalink
Reduce heading sizes for h3 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 27, 2022
1 parent 10066f5 commit 3a19c5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/furo/assets/styles/base/_typography.sass
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ h2
font-size: 2em
margin-top: 1.75rem
h3
font-size: 1.75em
h4
font-size: 1.5em
h5
h4
font-size: 1.25em
h6
h5
font-size: 1.125em
h6
font-size: 1em

small
opacity: 75%
Expand Down

0 comments on commit 3a19c5e

Please sign in to comment.