Update to text alignment in blocks
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 13 Dec 2018 13:37:13 +0000 (08:37 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 13 Dec 2018 13:37:13 +0000 (08:37 -0500)
Align them center in large view

parts/glm-blocks.php
style.css

index 22d8e5c..5333fd9 100644 (file)
@@ -10,7 +10,7 @@
             <?php if($block->url):?>
             </a>
             <?php endif;?>
-        <div class="block-text" data-equalizer-watch="">
+        <div class="block-text large-text-center" data-equalizer-watch="">
             <?php if($block->url):?>
             <a class="title-posts" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
             <?php endif;?>
@@ -23,7 +23,7 @@
             <a class="blocks-readmore" href="<?php echo $block->url;?>"></a>
             <?php endif;?>
         </div>
-            
+
     </div>
     <?php endforeach;?>
 </div>
index f24ee7e..acf6460 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: TroutCreek
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for TroutCreek
-Version: 1.0.22
+Version: 1.0.23
 */