From: Shu Uesugi Date: Wed, 28 May 2014 04:29:06 +0000 (-0700) Subject: Update _settings.scss X-Git-Tag: v5.3.0~31^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5234%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _settings.scss --- 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%);