Skip to content

Commit

Permalink
update sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Mar 6, 2024
1 parent 14e0b8f commit c378d9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,22 +164,22 @@ svg {

.markdown {
h1 {
font-size: 2.25em;
font-size: 32px;
}
h2 {
font-size: 2em;
font-size: 24px;
}
h3 {
font-size: 1.75em;
font-size: 18px;
}
h4 {
font-size: 1.5em;
font-size: 16px;
}
h5 {
font-size: 1.25em;
font-size: 14px;
}
h6 {
font-size: 1em;
font-size: 12px;
}

> h1, h2, h3, h4, h5, h6 {
Expand All @@ -200,5 +200,5 @@ p > video {
}

.table-of-contents code {
font-size: 85%;
font-size: 95%;
}

0 comments on commit c378d9e

Please sign in to comment.