Some spacing fix in front-page file
authorLaury GvR <laury@gaslightmedia.com>
Wed, 10 Jun 2015 15:11:32 +0000 (11:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 10 Jun 2015 15:11:32 +0000 (11:11 -0400)
front-page.php

index fa49ac2..ef0c2d2 100644 (file)
@@ -5,16 +5,16 @@
     </div>
     <div class="shadow-wrapper">
         <div class="content-wrapper">
-                    <div class="row">
-                        <div class="small-12 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 class="row">
+                <div class="small-12 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>
     </div>
     <div class="row">
         <div id="blog-feed" class="small-12 large-9 columns">