Skip to content

Commit

Permalink
Bring back margin-bottom on h1
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 14, 2022
1 parent 68cd61b commit a1bebad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/furo/assets/styles/base/_typography.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ h6

h1
font-size: 2.5em
margin-top: 1.75rem
margin-bottom: 1rem
h2
font-size: 2em
margin-top: 1.75rem
h3
font-size: 1.75em
h4
Expand All @@ -54,11 +57,6 @@ h5
h6
font-size: 1.125em

// Main headings
h1,
h2
margin-top: 1.75rem

small
opacity: 75%
font-size: 80%
Expand Down

0 comments on commit a1bebad

Please sign in to comment.