From: Ian Weller Date: Fri, 11 Sep 2015 18:22:22 +0000 (-0400) Subject: edited text resize X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d0870d7fe159b3a77846a40085093820cf08ce9d;p=WP-Themes%2Fglmthemes%2Fshipwreck-theme.git edited text resize --- 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;