Skip to content

Commit

Permalink
Slightly increase font size of heading level 1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 30, 2024
1 parent 2508fa5 commit 4b01ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
--fs-main-txt: 1.12em;
--fs-profile: 1.2em;
--fs-bloglist-title: 1.2em;
--fs-h1: clamp(2.2rem, 1rem + 5vw, 2.5rem);
--fs-h1: clamp(2.2rem, 1rem + 5vw, 2.65rem);
--fs-h2: clamp(1.7rem, 1rem + 3vw, 2.3rem);
--fs-h3: clamp(1.7rem, 1rem + 3vw, 2rem);
--fs-h4: clamp(1.6rem, 1rem + 3vw, 1.8rem);
Expand Down

0 comments on commit 4b01ad0

Please sign in to comment.