From d0870d7fe159b3a77846a40085093820cf08ce9d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 11 Sep 2015 14:22:22 -0400 Subject: [PATCH] edited text resize --- css/app.css | 4 ++-- scss/_settings.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 10e025a..4938c86 100644 --- a/css/app.css +++ b/css/app.css @@ -5122,10 +5122,10 @@ h1, h2, h3, h4, h5, h6 { line-height: 0; } h1 { - font-size: 2.3125rem; } + font-size: 2rem; } h2 { - font-size: 1.25rem; } + font-size: 0.9375rem; } h3 { font-size: 1.125rem; } diff --git a/scss/_settings.scss b/scss/_settings.scss index e1cefe8..536b67f 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -225,8 +225,8 @@ $h5-font-size: rem-calc(18); $h6-font-size: rem-calc(18); // We use these to control header size reduction on small screens -$h1-font-reduction: rem-calc(5); -$h2-font-reduction: rem-calc(0); +$h1-font-reduction: rem-calc(10); +$h2-font-reduction: rem-calc(5); $h3-font-reduction: rem-calc(0); $h4-font-reduction: rem-calc(0); $h5-font-reduction: 0; -- 2.17.1