From 26c00a4aa12af021dbe448f09be23add8147b314 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Apr 2016 09:56:10 -0400 Subject: [PATCH] adjusting margin of ready button on the front to be level with view text --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1