adjusting the background elements
authorIan Weller <ian@gaslightmedia.com>
Wed, 22 Jun 2016 14:41:54 +0000 (10:41 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 22 Jun 2016 14:41:54 +0000 (10:41 -0400)
css/app.css
scss/_page.footer.scss
scss/_structure.scss

index ca08cbc..f02c96a 100644 (file)
@@ -6737,7 +6737,7 @@ footer.main {
   background: url(../assets/footer-bkgrd.jpg) no-repeat;
   position: absolute;
   background-position: bottom center;
-  background-size: contain;
+  background-size: cover;
   bottom: 0;
   min-height: 600px;
   width: 100%;
@@ -6793,7 +6793,7 @@ footer.main {
   background: url(../assets/header-bkgrd.jpg);
   background-repeat: no-repeat;
   background-position: top center;
-  background-size: contain;
+  background-size: cover;
   position: absolute;
   top: 0;
   height: 600px;
index d741f35..09ca9cd 100644 (file)
@@ -29,7 +29,7 @@ footer.main {
     background: url(../assets/footer-bkgrd.jpg) no-repeat;
     position: absolute;
     background-position: bottom center;
-    background-size: contain;
+    background-size: cover;
     bottom: 0;
     min-height: 600px;
     width: 100%;
index 8499cd9..c93f2b7 100644 (file)
@@ -14,7 +14,7 @@
     background: url(../assets/header-bkgrd.jpg);
     background-repeat: no-repeat;
     background-position: top center;
-    background-size: contain;
+    background-size: cover;
     position: absolute;
     top: 0;
     height: 600px;