From 9cd9d3a0928d081b622dc76acd98ca7e3534cfe0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 22 Jun 2016 10:41:54 -0400 Subject: [PATCH] adjusting the background elements --- css/app.css | 4 ++-- scss/_page.footer.scss | 2 +- scss/_structure.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.17.1