Skip to content

Commit

Permalink
scaled up headers slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lee0c committed Sep 4, 2024
1 parent d0d7a54 commit 10ea841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ h1, h2, h3, h4, h5, h6 {
}

h1 {
font-size: 2rem;
font-size: 3rem;
}
h2 {
margin-top: 1rem;
font-size: 1.5rem;
font-size: 2rem;
scroll-margin-top: var(--height-header-offset);
}
h3 {
margin-top: 1.5rem;
font-size: 1.25rem;
font-size: 1.5rem;
scroll-margin-top: var(--height-header-offset);
}
h4, h5, h6 {
Expand Down

0 comments on commit 10ea841

Please sign in to comment.