added margin bottom to content area
authorIan Weller <ian@gaslightmedia.com>
Fri, 15 Jan 2016 20:21:19 +0000 (15:21 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 15 Jan 2016 20:21:19 +0000 (15:21 -0500)
css/app.css
scss/_main.scss

index c6efcf1..e4bc9de 100644 (file)
@@ -6847,7 +6847,7 @@ main.page-front #content-wrapper {
     -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
-    margin-bottom: 5px; }
+    margin-bottom: 20px; }
     main.page-front #content-wrapper #main-content .headline {
       background: url(../assets/home-pg-content-header-map-image.jpg) no-repeat;
       background-size: cover;
index 03bc850..0d9dcf3 100644 (file)
@@ -16,7 +16,7 @@ main {
                 -ms-box-shadow: 0 2px 5px 0 rgba($black, 0.8);
                 -moz-box-shadow: 0 2px 5px 0 rgba($black, 0.8);
                 -webkit-box-shadow: 0 2px 5px 0 rgba($black, 0.8);
-                margin-bottom: 5px;
+                margin-bottom: 20px;
                 .headline {
                     background: url(../assets/home-pg-content-header-map-image.jpg) no-repeat;
                     background-size: cover;