resizing h1 text
authorIan Weller <ian@gaslightmedia.com>
Thu, 17 Sep 2015 21:01:09 +0000 (17:01 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 17 Sep 2015 21:01:09 +0000 (17:01 -0400)
css/app.css
page-catelog.php
page-map.php
page-slideshow.php
page-table.php
page.php
scss/_settings.scss

index 7e6d208..b7e49d5 100644 (file)
@@ -5141,7 +5141,7 @@ h1, h2, h3, h4, h5, h6 {
     line-height: 0; }
 
 h1 {
-  font-size: 2.1875rem; }
+  font-size: 1.875rem; }
 
 h2 {
   font-size: 1.6875rem; }
@@ -5301,7 +5301,7 @@ blockquote, blockquote p {
     line-height: 1.4; }
 
   h1 {
-    font-size: 2.5rem; }
+    font-size: 2.1875rem; }
 
   h2 {
     font-size: 1.875rem; }
index e441094..529eb55 100644 (file)
@@ -15,7 +15,7 @@ Template Name: Catelog Page
         <div class="row collapse">
             <?php get_template_part('parts/slide-show');?>
             <div id="catelog-content" class="small-12 columns">
-                <h2><?php echo get_the_title(); ?></h2>
+                <h1><?php echo get_the_title(); ?></h1>
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                     <?php endwhile; else:?>
index 67e7e84..a7c5316 100644 (file)
@@ -14,7 +14,7 @@ Template Name: Site Map
         </div>
         <div class="row">
             <div id="page-title">
-                <h2><?php echo get_the_title(); ?></h2>
+                <h1><?php echo get_the_title(); ?></h1>
             </div>
             <div id="map-content" class="small-12 columns">
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
index c9b8067..2e538c4 100644 (file)
@@ -15,7 +15,7 @@ Template Name: Interior Slideshow Page
         <div class="row collapse">
             <?php get_template_part('parts/slide-show');?>
             <div id="page-title">
-                <h2><?php echo get_the_title(); ?></h2>
+                <h1><?php echo get_the_title(); ?></h1>
             </div>
             <div id="main-content" class="small-12 columns">
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
index d6f5002..9d27b99 100644 (file)
@@ -14,7 +14,7 @@ Template Name: Table Page
         </div>
         <div class="row">
             <div id="table-content" class="small-12 columns">
-                <h2><?php echo get_the_title(); ?></h2>
+                <h1><?php echo get_the_title(); ?></h1>
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                     <?php endwhile; else:?>
index 39132b8..80a4936 100644 (file)
--- a/page.php
+++ b/page.php
@@ -13,7 +13,7 @@
             </div>
             <div class="row">
                 <div id="page-title">
-                    <h2><?php echo get_the_title(); ?></h2>
+                    <h1><?php echo get_the_title(); ?></h1>
                 </div>
                 <div id="main-content" class="small-12 columns">                    
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
index 8b69bf7..de7f7d4 100644 (file)
@@ -220,7 +220,7 @@ $header-line-height: 1.4;
 $header-text-rendering: optimizeLegibility;
 
 // We use these to control header font sizes
-$h1-font-size: rem-calc(40);
+$h1-font-size: rem-calc(35);
 $h2-font-size: rem-calc(30);
 $h3-font-size: rem-calc(22);
 $h4-font-size: rem-calc(18);