Changed footer background image size from contain to 100% to fix safari display issues
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Oct 2015 17:03:25 +0000 (13:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Oct 2015 17:03:25 +0000 (13:03 -0400)
css/app.css
scss/_body.scss

index 935597d..2eb2471 100644 (file)
@@ -6714,7 +6714,7 @@ body .shadow-wrapper {
 body #page-wrapper {
   background: url(../assets/footer-bkgrd.jpg) no-repeat;
   background-position: bottom center;
-  background-size: contain; }
+  background-size: 100%; }
 
 header.main {
   background: #2f4d4f;
index 82582ce..bdfc958 100644 (file)
@@ -13,6 +13,6 @@ body {
     #page-wrapper {
         background: url(../assets/footer-bkgrd.jpg) no-repeat;
         background-position: bottom center;
-        background-size: contain;
+        background-size: 100%;
     }
 }