made adjustments to the content area of the front page
authorIan Weller <ian@gaslightmedia.com>
Thu, 21 Jul 2016 17:00:42 +0000 (13:00 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 21 Jul 2016 17:00:42 +0000 (13:00 -0400)
css/app.css
front-page.php
scss/_main.scss

index 77902e1..027f72c 100644 (file)
@@ -6398,7 +6398,7 @@ main.page-front {
     main.page-front {
       padding-bottom: 0; } }
   main.page-front #main-content {
-    padding: 70px 0 50px; }
+    padding: 70px 15px 50px; }
     @media only screen and (max-width: 40em) {
       main.page-front #main-content {
         padding-top: 5px; } }
index 83a072b..6c12a45 100644 (file)
@@ -3,7 +3,7 @@
     <?php get_template_part('parts/slide-show');?>
     <div id="content-wrapper">
         <div class="row">
-            <div id="main-content" class="small-12 columns text-center">
+            <div id="main-content" class="small-8 small-centered columns text-center">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>
index 7a2f26a..89b767e 100644 (file)
@@ -7,7 +7,7 @@ main.page-front {
         padding-bottom: 0;
     }
     #main-content {
-        padding: 70px 0 50px;
+        padding: 70px 15px 50px;
         @media #{$small-only}{
             padding-top: 5px;
         }