Created
April 1, 2015 11:58
-
-
Save madebyallie/3afc7bc158d3167110b7 to your computer and use it in GitHub Desktop.
Foundation 5 scss font sizes on small screens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//I find the default header size reductions in the setting.scss leave h2 and h4 tags a little off for my tastes. | |
//I make these changes in lines 219 and 221 | |
// We use these to control header size reduction on small screens | |
// $h1-font-reduction: rem-calc(10) !default; | |
$h2-font-reduction: rem-calc(6) !default; | |
// $h3-font-reduction: rem-calc(5) !default; | |
$h4-font-reduction: rem-calc(4) !default; | |
// $h5-font-reduction: 0 !default; | |
// $h6-font-reduction: 0 !default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment