working on block layout
authorIan Weller <ian@gaslightmedia.com>
Fri, 7 Oct 2016 16:52:13 +0000 (12:52 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 7 Oct 2016 16:52:13 +0000 (12:52 -0400)
I did some adjustments to the block layout, but still need to do style
changes.

parts/glm-blocks.php

index 1f0e399..caec51b 100644 (file)
@@ -2,7 +2,7 @@
 <?php $blocks = fetch_all_glm_blocks();?>
 <div class="blocks">
     <?php foreach ($blocks as $block):?>
-        <div class="text-center small-12 medium-4 columns large-text-left block">
+        <div class="text-center small-12 medium-6 columns large-text-left block">
             <?php if($block->url):?>
                 <a class="glm-block-image-container" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
                 <?php endif;?>