From a3a22cb0e5beaa6c30c58563fd76b332f2b0ca50 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 27 Oct 2014 16:50:07 -0400 Subject: [PATCH] minor changes. header contact link. --- css/app.css | 8 ++++---- header.php | 2 +- scss/site/_structure.scss | 15 +++++++-------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/css/app.css b/css/app.css index f47a915..e9afa9f 100644 --- a/css/app.css +++ b/css/app.css @@ -5895,10 +5895,6 @@ article h2 { * 4.1 Pages * ------------------------------------ */ -@media (max-width: 1024px) { - #slider { - margin-top: 30px; } } - #homepage-hero { background: url("http://foundation.zurb.com/assets/img/marquee-stars.svg") repeat scroll 0 0 #074e68; padding: 1.25rem 0; @@ -5918,6 +5914,10 @@ article h2 { .homepage_slideshow { padding: 0; } +@media (min-width: 575px) and (max-width: 1024px) { + #slider { + margin-top: 30px; } } + #homepage_market_experts { padding: 20px; text-align: center; } diff --git a/header.php b/header.php index b64a5b4..1dc022a 100644 --- a/header.php +++ b/header.php @@ -66,7 +66,7 @@
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index f4cc62a..66ac673 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -371,14 +371,7 @@ article h2 { * ------------------------------------ */ - // Hero - - @media (min-width:575px) and (max-width:1024px) { - #slider { - margin-top: 30px; - } - } - + // Hero #homepage-hero { background: url("http://foundation.zurb.com/assets/img/marquee-stars.svg") repeat scroll 0 0 #074E68; @@ -403,6 +396,11 @@ article h2 { .homepage_slideshow { padding: 0; } + #slider { + @media (min-width:575px) and (max-width:1024px) { + margin-top: 30px; + } + } #homepage_market_experts { padding: 20px; text-align: center; @@ -642,6 +640,7 @@ article h2 { /* Contact Form */ span.wpcf7-list-item { display: block; } + /** * 5.0 Plugins * ---------------------------------------------------------------------------- -- 2.17.1