Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #230 from schalkneethling/229-switch-typescale-des…
Browse files Browse the repository at this point in the history
…ktop

fix: new desktop typescale
  • Loading branch information
Schalk Neethling authored Nov 6, 2020
2 parents 85c08c3 + a5ed962 commit cc760f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sass/vars/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ $document-line-height: 1.6;
$code-example-line-height: 1.4;
$heading-line-height: 1.2;

/* Desktop and tablet typescale based on perfect fourth typescale with a base of 18px */
$xxl-font-size: 4.209rem; /* 75.76px */
$xl-font-size: 3.157rem; /* 56.83px */
$large-font-size: 2.369rem; /* 42.63px */
$medium-font-size: 1.777rem; /* 32px */
$small-medium-font-size: 1.333rem; /* 24px */
/* Desktop and tablet typescale based on major third typescale with a base of 18px */
$xxl-font-size: 3.052rem; /* 54.93px */
$xl-font-size: 2.441rem; /* 43.95px */
$large-font-size: 1.953rem; /* 35.16px */
$medium-font-size: 1.563rem; /* 28.13px */
$small-medium-font-size: 1.25rem; /* 22.50px */

/* Mobile typescale based on minor third typescale with a base of 18px */
$xxl-font-size-mobile: 2.488rem;
Expand Down

0 comments on commit cc760f8

Please sign in to comment.