minor changes. header contact link.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 27 Oct 2014 20:50:07 +0000 (16:50 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 27 Oct 2014 20:50:07 +0000 (16:50 -0400)
css/app.css
header.php
scss/site/_structure.scss

index f47a915..e9afa9f 100644 (file)
@@ -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; }
index b64a5b4..1dc022a 100644 (file)
@@ -66,7 +66,7 @@
                </div>
                 <div class="medium-12 large-6 columns text-center">
                     <ul class="right global-nav">
-                        <li><a href="<?php bloginfo('url')?>/our-people/">Contact Us</a></li>
+                        <li><a href="<?php bloginfo('url')?>/who-we-are/contact-us">Contact Us</a></li>
                         <li><a href="#">Check Email</a></li>
                         <li><a href="#">Bill Pay</a></li>
                     </ul>
index f4cc62a..66ac673 100644 (file)
@@ -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
  * ----------------------------------------------------------------------------