From 896812ebe2e0d435aafba96aeb08152a16579a70 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 3 Apr 2019 22:33:28 -0400 Subject: Adjust font sizes for headers --- assets/scss/_variables_project.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assets/scss/_variables_project.scss') diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index 8a1da2106..0357d6edf 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -8,9 +8,9 @@ $google_font_name: "Roboto"; $google_font_family: "Roboto"; $font-size-base: 1rem; -$h1-font-size: $font-size-base * 2.5; -$h2-font-size: $font-size-base * 2; -$h3-font-size: $font-size-base * 1.75; -$h4-font-size: $font-size-base * 1.5; +$h1-font-size: $font-size-base * 2; +$h2-font-size: $font-size-base * 1.85; +$h3-font-size: $font-size-base * 1.65; +$h4-font-size: $font-size-base * 1.35; $h5-font-size: $font-size-base * 1.25; $h6-font-size: $font-size-base; -- cgit v1.2.3