Skip to content

Commit

Permalink
The headings now have different font size for h1,h2,h3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antisune committed Oct 21, 2023
1 parent 979ac1f commit bf23f54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/components/_overlaypost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@
h1 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-size: 1.75em
}

h2 {
margin-top: 3rem;
margin-top: 1.5rem;
font-size: 1.65em
}

h3 {font-size: 1.5em}
p,
ul,
li {
Expand Down

0 comments on commit bf23f54

Please sign in to comment.