Padding increase for main div inside pages.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 15:00:57 +0000 (11:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 15:00:57 +0000 (11:00 -0400)
css/app.css
page.php
scss/site/_structure.scss

index a4d9c60..bf5f3a2 100644 (file)
@@ -5576,7 +5576,7 @@ body {
   background-image: url("../assets/img/images/bg.png");
   font-size: 14px; }
 
-p, span {
+p, ul, ol, li, dl, span {
   font-size: 14px; }
 
 h1 {
@@ -5586,6 +5586,9 @@ h2 {
   font-size: 1.3rem;
   margin-top: 30px; }
 
+#main {
+  padding: 10px 40px; }
+
 #navRow {
   padding-top: 20px;
   height: 100px; }
index 7446dab..3b36008 100644 (file)
--- a/page.php
+++ b/page.php
@@ -2,7 +2,7 @@
 
 <div class="row">
     <?php // get_sidebar('left'); ?>
-    <div class="small-12 columns" role="main">
+    <div id="main" class="small-12 columns" role="main">
 
     <?php do_action('foundationPress_before_content'); ?>
 
index e951014..b403070 100644 (file)
@@ -28,8 +28,7 @@ body {
     background-image: url("../assets/img/images/bg.png");
     font-size: 14px;
 }
-p, 
-span {
+p, ul, ol, li, dl, span {
     font-size: 14px;
 }
 h1 {
@@ -39,6 +38,9 @@ h2 {
     font-size: 1.3rem;
     margin-top: 30px;
 }
+#main {
+    padding: 10px 40px;
+}
 #navRow {
     padding-top: 20px;
     height: 100px;