mistake
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 19:35:21 +0000 (15:35 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 19:35:21 +0000 (15:35 -0400)
parts/glm-blocks.php

index a076c7f..e6f10ef 100644 (file)
@@ -17,9 +17,7 @@
 
                     <a class="title-posts" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
                         <?php endif;?>
-                        <h4 class="text-center">
-                            <?php echo $block->post_title;?>
-                        </h4>
+                        <h2><?php echo $block->post_title;?></h2>
                         <?php if($block->url):?>
                     </a>
                     <?php endif;?>