adding padding to the interior content
authorIan Weller <ian@gaslightmedia.com>
Wed, 14 Dec 2016 20:37:51 +0000 (15:37 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 14 Dec 2016 20:37:51 +0000 (15:37 -0500)
I added some padding to the interior page so the content isn't bashed up
against the edge.

css/app.css
scss/_main.scss

index 4c65671..dc68246 100644 (file)
@@ -6498,7 +6498,7 @@ header.main {
     margin: 0; }
 
 #interior-content {
-  padding: 0; }
+  padding: 0 30px 0 0; }
 
 #banner-line {
   width: 100%;
index 151685a..08529c9 100644 (file)
@@ -32,7 +32,7 @@ main.page-front {
     }
 }
 #interior-content {
-    padding: 0;
+    padding: 0 30px 0 0;
 }
 #banner-line {
     width: 100%;