Skip to content

Commit

Permalink
Merge pull request #45 from curvenote/fix/font-sizes
Browse files Browse the repository at this point in the history
📏  adjusting header fonts to show progression
  • Loading branch information
rowanc1 authored Dec 20, 2021
2 parents a43cf6d + 2daef54 commit 725b5c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ article {
}

h1 {
font-size: 1.75em;
font-size: 1.6em;
}
h2 {
font-size: 1.5em;
font-size: 1.4em;
}
h3 {
font-size: 1.17em;
font-size: 1.2em;
}
h4 {
font-size: 1.12em;
font-size: 1em;
}
h5 {
font-size: 0.83em;
font-size: 0.925em;
}
h6 {
font-size: 0.75em;
font-size: 0.85em;
}

p code {
Expand Down

0 comments on commit 725b5c9

Please sign in to comment.