Skip to content

Commit

Permalink
Rearrange font size custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 30, 2024
1 parent cf450a7 commit 9e60209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
--clr-top-btn-txt: #fff;

--fs-base: calc(16px + 0.19vw);
--fs-main-txt: 1.12em;
--fs-profile: 1.2em;
--fs-bloglist-title: 1.2em;
--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);
--fs-main-txt: 1.12em;
--fs-profile: 1.2em;
--fs-bloglist-title: 1.2em;

--sz-main-padding: clamp(1em, 5%, 1.5em);
--sz-paragraph-margin: 1.15em;
Expand Down

0 comments on commit 9e60209

Please sign in to comment.