From: Ian Weller Date: Wed, 22 Jun 2016 14:41:54 +0000 (-0400) Subject: adjusting the background elements X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9cd9d3a0928d081b622dc76acd98ca7e3534cfe0;p=WP-Themes%2Fwildbills.git adjusting the background elements --- diff --git a/css/app.css b/css/app.css index ca08cbc..f02c96a 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index d741f35..09ca9cd 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -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%; diff --git a/scss/_structure.scss b/scss/_structure.scss index 8499cd9..c93f2b7 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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;