Skip to content

Commit

Permalink
Refine style (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Nov 22, 2023
1 parent ba38e69 commit 9e69222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $font-sizes: (
// -------------
--white: hsl(0, 0%, 100%);
--tainted-white: hsl(0, 0%, 96%);
--black: hsl(0, 0%, 14%);
--black: hsl(0, 0%, 3%);
--light-gray: hsl(0, 0%, 47%);

--background-main: var(--white);
Expand Down
2 changes: 1 addition & 1 deletion _sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--font-size-lead: clamp(#{$font-size-lg}, min(2vw, 2.7vh), #{font-size(h4)});

font-size: 1.4em;
font-size: clamp(90%, min(1.8vw, 2.5vh), 130%);
font-size: clamp(90%, min(1.4vw, 2.3vh), 120%);
}

body {
Expand Down

0 comments on commit 9e69222

Please sign in to comment.