made content on front page centered
authorIan Weller <ian@gaslightmedia.com>
Wed, 17 Feb 2016 19:41:17 +0000 (14:41 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 17 Feb 2016 19:41:17 +0000 (14:41 -0500)
front-page.php

index cb669c2..6347637 100644 (file)
@@ -6,7 +6,7 @@
             <div class="large-3 columns show-for-large-up">
                 <?php get_sidebar(); ?>
             </div>
-            <div id="main-content" class="small-12 large-9 columns">
+            <div id="main-content" class="small-12 large-9 small-text-center columns">
                 <?php get_template_part('parts/slide-show');?>
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>