From 2c265e3ea2dd6f3aea2dceee97c7aa6cf49d189c Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Tue, 27 May 2014 21:29:06 -0700 Subject: [PATCH] Update _settings.scss --- scss/foundation/_settings.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index e1734a1f5..bc19a83b0 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -135,6 +135,14 @@ // $h5-font-size: rem-calc(18); // $h6-font-size: 1rem; +// We use these to control header size reduction on small screens +// $h1-font-reduction: rem-calc(10) !default; +// $h2-font-reduction: rem-calc(10) !default; +// $h3-font-reduction: rem-calc(5) !default; +// $h4-font-reduction: rem-calc(5) !default; +// $h5-font-reduction: 0 !default; +// $h6-font-reduction: 0 !default; + // These control how subheaders are styled. // $subheader-line-height: 1.4; // $subheader-font-color: scale-color($header-font-color, $lightness: 35%); -- 2.47.2