From f80576b502192dc3f552fb86bb66c309882716fc Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Apr 2016 09:47:51 -0400 Subject: [PATCH] fixed background position of view graphic --- css/app.css | 4 ++-- scss/_main.scss | 2 +- scss/_sidebar.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 6564d30..8a315df 100644 --- a/css/app.css +++ b/css/app.css @@ -6618,7 +6618,7 @@ h2#block-title { margin: 15px 0 50px; } #portfolio_contact a#portfolio:hover { background: url(../assets/view-our-portfolio-3.png) no-repeat; - background-position: 0px -121px; } + background-position: 0px -124px; } #portfolio_contact a#contact-button { height: 70px; width: 219px; @@ -7359,7 +7359,7 @@ input[type="submit"].blogbutton { margin: 15px 0 0; } .sidebar a#portfolio:hover { background: url(../assets/view-our-portfolio-3.png) no-repeat; - background-position: 0px -121px; } + background-position: 0px -124px; } .sidebar a#ready { display: block; height: 70px; diff --git a/scss/_main.scss b/scss/_main.scss index 322ead2..1acd092 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -137,7 +137,7 @@ h2#block-title { margin: 15px 0 50px; &:hover { background: url(../assets/view-our-portfolio-3.png) no-repeat; - background-position: 0px -121px; + background-position: 0px -124px; } } a#contact-button { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 3de2079..8f66778 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -52,7 +52,7 @@ margin: 15px 0 0; &:hover { background: url(../assets/view-our-portfolio-3.png) no-repeat; - background-position: 0px -121px; + background-position: 0px -124px; } } a#ready { -- 2.17.1