From: Anthony Talarico Date: Fri, 18 Mar 2016 14:39:22 +0000 (-0400) Subject: adjusting background image position X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=50e7ffae8341f8ff2663fca178012d1dd6e0b24b;p=WP-Themes%2Fcamppetosega.git adjusting background image position --- diff --git a/css/app.css b/css/app.css index 4ccca15..f729520 100644 --- a/css/app.css +++ b/css/app.css @@ -52,7 +52,7 @@ html, body { font-size: 100%; } body { - background: url(../assets/bkgrd-image.jpg) no-repeat bottom center fixed; + background: url(../assets/bkgrd-image.jpg) no-repeat center center fixed; color: #000000; cursor: auto; font-family: "Open Sans", sans-serif; diff --git a/scss/_settings.scss b/scss/_settings.scss index 90b43f2..d4947e2 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -134,7 +134,7 @@ $warning-color: #f08a24; $info-color: #a0d3e8; // We use these to control various global styles - $body-bg: url(../assets/bkgrd-image.jpg) no-repeat bottom center fixed; + $body-bg: url(../assets/bkgrd-image.jpg) no-repeat center center fixed; $body-font-color: $black; $body-font-family: $font-family-sans-serif; $body-font-weight: $font-weight-normal;