updating and going through wrapup checklist
authorIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 17:18:07 +0000 (12:18 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 17:18:07 +0000 (12:18 -0500)
I updated the screenshot and updated a class in the glmBlocks.  Continuing
to test thing out.

parts/glm-blocks.php
screenshot.png

index 671c25b..0d4239f 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-6 large-3 columns large-text-left block">
+        <div class="text-center small-12 medium-3 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;?>
index 94a1ef3..951704c 100644 (file)
Binary files a/screenshot.png and b/screenshot.png differ