Front page grid updates
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Aug 2015 11:51:34 +0000 (07:51 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Aug 2015 11:51:34 +0000 (07:51 -0400)
Redo grid for the medium and small

front-page.php

index 4d61ede..4d40e0f 100644 (file)
                     ?>
             </div>
         </div>
-        <div id="main-content" class="row small-10 medium-12">
-            <div id="front-blog-feed" class="right small-7 column">
+        <div id="main-content" class="row">
+            <div id="front-blog-feed" class="right small-12 large-7 columns">
                 <h1>Latest News</h1>
-                <?php 
+                <?php
                 get_template_part('parts/blog-feed-front');
                 ?>
             </div>
-
-            <?php if(have_posts()) : while(have_posts()): the_post();?>
-            <?php the_content();?>
-            <?php endwhile; else:?>
-            <p><?php _e('Sorry, no posts yet');?></p>
-            <?php endif;?>  
+            <div class="small-12 large-5 columns">
+                <?php if(have_posts()) : while(have_posts()): the_post();?>
+                <?php the_content();?>
+                <?php endwhile; else:?>
+                <p><?php _e('Sorry, no posts yet');?></p>
+                <?php endif;?>
+            </div>
         </div>
     </div>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>