]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _settings.scss 5234/head
authorShu Uesugi <shu@chibicode.com>
Wed, 28 May 2014 04:29:06 +0000 (21:29 -0700)
committerShu Uesugi <shu@chibicode.com>
Wed, 28 May 2014 04:29:06 +0000 (21:29 -0700)
scss/foundation/_settings.scss

index e1734a1f5ce9b02c244255c3469bd071bc6920f9..bc19a83b04e0f268224144c778602eb1675901ae 100644 (file)
 // $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%);