Skip to content

Commit

Permalink
add line height 1.2 for h1 h2 h3
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Nov 10, 2024
1 parent 8320129 commit afd6277
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@ button {
flex-wrap: wrap;
}

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

h1,
summary {
font-size: 1.5em;
Expand Down

0 comments on commit afd6277

Please sign in to comment.