Skip to content

Commit

Permalink
Revert "Reduce mobile font sizes"
Browse files Browse the repository at this point in the history
This reverts commit a69affc.
  • Loading branch information
AleksandrHovhannisyan committed Mar 28, 2024
1 parent 96d22bd commit 7c5be96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/styles/partials/_tokens.scss
Expand Up @@ -20,38 +20,38 @@ $tokens: (
max: 18px,
),
"base": (
min: 16px,
min: 18px,
max: 20px,
leading: "base",
),
"md": (
min: 18px,
min: 20px,
max: 22px,
leading: "sm",
),
"lg": (
min: 20px,
min: 22px,
max: 26px,
leading: "xs",
),
"xl": (
min: 22px,
min: 24px,
max: 32px,
leading: "2xs",
),
"2xl": (
min: 24px,
min: 28px,
max: 36px,
leading: "2xs",
),
"3xl": (
min: 28px,
min: 32px,
max: 42px,
leading: "2xs",
tracking: "sm",
),
"4xl": (
min: 32px,
min: 36px,
max: 56px,
leading: "3xs",
tracking: "sm",
Expand Down

0 comments on commit 7c5be96

Please sign in to comment.