reduced the content area size for the front page
authorIan Weller <ian@gaslightmedia.com>
Wed, 2 Nov 2016 15:37:58 +0000 (11:37 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 2 Nov 2016 15:37:58 +0000 (11:37 -0400)
I reduced the content area size of the front page to match the psd.  Now I
need to do responsive.

sections/front-page.php

index dd48432..3239b0d 100644 (file)
@@ -7,8 +7,12 @@
                                 </div>
                             </div>
                             <div class="row">
-                                <?php get_template_part('parts/main-content');?>
-
+                                <div class="small-centered small-12 medium-7 columns">
+                                    <div class="row">
+                                        <?php get_template_part('parts/main-content');?>
+                                    </div>
+                                </div>                                
+                                
 <!--                                <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
                                     <?php //get_sidebar(); ?>
                                 </div>-->