From: Ian Weller Date: Wed, 13 Apr 2016 13:56:10 +0000 (-0400) Subject: adjusting margin of ready button on the front to be level with view text X-Git-Tag: v1.0.0^2~38 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=26c00a4aa12af021dbe448f09be23add8147b314;p=WP-Themes%2Fgaslightmedia.git adjusting margin of ready button on the front to be level with view text --- diff --git a/css/app.css b/css/app.css index e7cbb98..43e1ef5 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_main.scss b/scss/_main.scss index 6a7ed96..9184745 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -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;