From c6190dde46340e1196bc0cb825dd3006f900aa9f Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 29 Jun 2016 08:26:58 -0400 Subject: [PATCH] repositioned the footer background --- css/app.css | 2 +- scss/_page.footer.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 117b25b..d055dca 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index abde7cc..196fe28 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -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; } -- 2.17.1