Skip to content

Commit

Permalink
css: tweak font-size settings for title, subtitle, and header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jun 21, 2024
1 parent a2f80ff commit 66194a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions assets/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ h1, h2, h3, h4, h5, h6 {
}
}
h1 {
font-size: 2em;
font-size: 1.6em;
}
h2 {
font-size: 1.8em;
font-size: 1.45em;
}
h3 {
font-size: 1.6em;
font-size: 1.3em;
}
h4 {
font-size: 1.4em;
font-size: 1.15em;
}
h5 {
font-size: 1.2em;
font-size: 1em;
}
h6 {
font-size: 1em;
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/layout/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
}

.post-title {
font-size: 2em;
text-align: center;
}

.post-subtitle {
font-size: 1.3em;
font-size: 1.4em;
text-align: center;
font-weight: 700;
margin-top: -0.618em;
Expand Down

0 comments on commit 66194a2

Please sign in to comment.