Skip to content

Commit

Permalink
fix: change heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Aug 31, 2023
1 parent 19d295f commit 511e57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ h6 {
}

h1 {
@apply text-3xl;
@apply text-4xl;
}

h2 {
@apply text-2xl;
@apply text-3xl;
counter-increment: h2;
counter-reset: h3;
}

h3 {
@apply text-xl;
@apply text-2xl;
counter-increment: h3;
counter-reset: h4;
}
Expand Down

0 comments on commit 511e57d

Please sign in to comment.