changed blog headers to h1
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Jan 2016 21:30:56 +0000 (16:30 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Jan 2016 21:30:56 +0000 (16:30 -0500)
parts/glm-blocks.php
scss/_blog.scss

index 2c448c5..669051f 100644 (file)
@@ -18,7 +18,7 @@
                 <?php if($block->url):?>
                 <a class="title-posts" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
                     <?php endif;?>
-                    <h1><?php echo $block->post_title;?></h1>
+                    <h2><?php echo $block->post_title;?></h2>
                     <?php if($block->url):?>
                 </a>
                 <?php endif;?>
index b1f4f16..e585f35 100644 (file)
@@ -200,10 +200,4 @@ input[type="submit"].blogbutton {
 #blog-side-info ul li {
     padding: 8px 0px;
     line-height: 1.1;
-}
-.front-blog{
-//    float: right;
-//    max-height: 265px;
-//    margin-bottom: 30px;
-//    overflow: hidden;
 }
\ No newline at end of file