adjusting margin of ready button on the front to be level with view text
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:56:10 +0000 (09:56 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:56:10 +0000 (09:56 -0400)
css/app.css
scss/_main.scss

index e7cbb98..43e1ef5 100644 (file)
@@ -6625,7 +6625,7 @@ h2#block-title {
   background: url(../assets/ready-to-get-started-3.png) no-repeat;
   background-position: 0 0;
   display: inline-block;
-  margin: 47px 0 50px; }
+  margin: 44px 0 50px; }
   #portfolio_contact a#contact-button:hover {
     background: url(../assets/ready-to-get-started-3.png) no-repeat;
     background-position: 0px -78px; }
index 6a7ed96..9184745 100644 (file)
@@ -146,7 +146,7 @@ h2#block-title {
         background: url(../assets/ready-to-get-started-3.png) no-repeat;
         background-position: 0 0;
         display: inline-block;
-        margin: 47px 0 50px;
+        margin: 44px 0 50px;
         &:hover {
             background: url(../assets/ready-to-get-started-3.png) no-repeat;
             background-position: 0px -78px;