Reduces text sizes
Torey Heinz
committed Jun 15, 2018
commit cc83cc6336ac2cc88b902f459115726a29234c5d
Showing 1
changed file with
3 additions
and 3 deletions
public/stylesheets/_settings.scss
+3
-3
| @@ | @@ -44,7 +44,7 @@ |
| // --------- | |
| $global-width: rem-calc(1000); | |
| - | $global-font-size: 18px; |
| + | $global-font-size: 16px; |
| $global-lineheight: 1.5; | |
| $primary-color: #1A245B; | |
| $secondary-color: #494F9D; | |
| @@ | @@ -107,8 +107,8 @@ $header-sizes: ( |
| 'h6': 16, | |
| ), | |
| medium: ( | |
| - | 'h1': 40, |
| - | 'h2': 32, |
| + | 'h1': 34, |
| + | 'h2': 30, |
| 'h3': 24, | |
| 'h4': 20, | |
| 'h5': 20, | |