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

Commit

Permalink
Reduce font sizes (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnduism authored and itowlson committed Aug 19, 2019
1 parent 321139a commit a481eb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/app.global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ $yellowl: #FFF3E6;

// CNAB Typographic Scale
// ---------------------------------------
$base-font: 18px; // 18 - p
$base-font: 16px; // 16 - p

$base-xxxlg: ($base-font * 4.775); // 96
$base-xxlg: ($base-font * 2.4); // 48
$base-xlg: ($base-font * 1.8); // 36 - h3
$base-lg: ($base-font * 1.2); // 24 - h4, p.lead
$base-sm: ($base-font * 0.875); // 18 - small
$base-xxxlg: ($base-font * 4.25); // 68
$base-xxlg: ($base-font * 2.4); // 38.4
$base-xlg: ($base-font * 1.8); // 28.8 - h3
$base-lg: ($base-font * 1.2); // 19.2 - h4, p.lead
$base-sm: ($base-font * 0.875); // 14 - small


html,
Expand Down

0 comments on commit a481eb0

Please sign in to comment.