fixed background position of view graphic
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:47:51 +0000 (09:47 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:47:51 +0000 (09:47 -0400)
css/app.css
scss/_main.scss
scss/_sidebar.scss

index 6564d30..8a315df 100644 (file)
@@ -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;
index 322ead2..1acd092 100644 (file)
@@ -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 {
index 3de2079..8f66778 100644 (file)
@@ -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 {