edited text resize
authorIan Weller <ian@gaslightmedia.com>
Fri, 11 Sep 2015 18:22:22 +0000 (14:22 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 11 Sep 2015 18:22:22 +0000 (14:22 -0400)
css/app.css
scss/_settings.scss

index 10e025a..4938c86 100644 (file)
@@ -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; }
index e1cefe8..536b67f 100644 (file)
@@ -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;