From 7ea3db5521df84b2583eb09d1acf91f63967c074 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Apr 2016 14:12:05 -0400 Subject: [PATCH] just the blocks are left for the front page --- css/app.css | 6 +++--- front-page.php | 2 +- header.php | 7 ++++--- scss/_main.scss | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index 2f95f81..564af5c 100644 --- a/css/app.css +++ b/css/app.css @@ -6614,17 +6614,17 @@ main.page-inside #content-wrapper #main-content h2 { margin: 15px 0 50px; } #portfolio_contact a#portfolio:hover { background: url(../assets/view-our-portfolio.png) no-repeat; - background-position: 0px -120px; } + background-position: 0px -121px; } #portfolio_contact a#contact-button { height: 69px; width: 219px; background: url(../assets/ready-to-get-started.jpg) no-repeat; background-position: 0 0; display: inline-block; - margin: 15px 0 50px; } + margin: 47px 0 50px; } #portfolio_contact a#contact-button:hover { background: url(../assets/ready-to-get-started.jpg) no-repeat; - background-position: 0px -78px; } + background-position: 0px -79px; } #content-back { background: #f5822a; diff --git a/front-page.php b/front-page.php index 5a93e15..f20c36e 100644 --- a/front-page.php +++ b/front-page.php @@ -44,7 +44,7 @@ ?>
-
+
diff --git a/header.php b/header.php index 7a96357..52f0f13 100644 --- a/header.php +++ b/header.php @@ -15,12 +15,13 @@
- +
diff --git a/scss/_main.scss b/scss/_main.scss index 8d2c672..90348be 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -132,7 +132,7 @@ main.page-inside { margin: 15px 0 50px; &:hover { background: url(../assets/view-our-portfolio.png) no-repeat; - background-position: 0px -120px; + background-position: 0px -121px; } } a#contact-button { @@ -141,10 +141,10 @@ main.page-inside { background: url(../assets/ready-to-get-started.jpg) no-repeat; background-position: 0 0; display: inline-block; - margin: 15px 0 50px; + margin: 47px 0 50px; &:hover { background: url(../assets/ready-to-get-started.jpg) no-repeat; - background-position: 0px -78px; + background-position: 0px -79px; } } } -- 2.17.1