I did some adjustments to the block layout, but still need to do style
changes.
<?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;?>