Skip to content

Commit

Permalink
style: Update _typography.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete authored Dec 25, 2023
1 parent f21afea commit a7cc20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/css/2-design-tokens/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* Fluid type scale based on Utopia (https://utopia.fyi)
*/
:root {
--fluid-min-width: 360;
--fluid-max-width: 1920;
--fluid-min-width: 320;
--fluid-max-width: 1440;
--fluid-min-size: 16;
--fluid-max-size: 18;
--fluid-max-size: 17;
--fluid-min-ratio: 1.2;
--fluid-max-ratio: 1.667;
--fluid-max-ratio: 1.414;
}

:root {
Expand Down

0 comments on commit a7cc20f

Please sign in to comment.