From 355c0601e6d827f809921aaad3eb7938107a627a Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Apr 2016 09:42:03 -0400 Subject: [PATCH] ready graphic is now looks good --- 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 3046d62..6564d30 100644 --- a/css/app.css +++ b/css/app.css @@ -6620,7 +6620,7 @@ h2#block-title { background: url(../assets/view-our-portfolio-3.png) no-repeat; background-position: 0px -121px; } #portfolio_contact a#contact-button { - height: 69px; + height: 70px; width: 219px; background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; diff --git a/scss/_main.scss b/scss/_main.scss index c999c69..322ead2 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -141,7 +141,7 @@ h2#block-title { } } a#contact-button { - height: 69px; + height: 70px; width: 219px; background: url(../assets/ready-to-get-started-3.png) no-repeat; background-position: 0 0; -- 2.17.1