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/_styles_project.scss | 2 +- assets/scss/_variables_project.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index c6593ea9f..306686006 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -67,7 +67,7 @@ a.doc-table-anchor { @media (min-width: 768px) { width: 50%; } - font-size: 2rem; + font-size: $h1-font-size; } .td-default main section.td-cover-block p.lead strong { font-weight: bold; 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