repositioned the footer background
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Jun 2016 12:26:58 +0000 (08:26 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Jun 2016 12:26:58 +0000 (08:26 -0400)
css/app.css
scss/_page.footer.scss

index 117b25b..d055dca 100644 (file)
@@ -8087,7 +8087,7 @@ footer.main {
   -webkit-box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.5); }
 
 #space {
-  background: url(../assets/footer-bkgrd-image.jpg) no-repeat;
+  background: url(../assets/footer-bkgrd-image.jpg) no-repeat bottom center;
   background-size: cover;
   height: 400px; }
 
index abde7cc..196fe28 100644 (file)
@@ -16,7 +16,7 @@ footer.main {
 //    }
 }
 #space {
-    background: url(../assets/footer-bkgrd-image.jpg) no-repeat;
+    background: url(../assets/footer-bkgrd-image.jpg) no-repeat bottom center;
     background-size: cover;
     height: 400px;
 }