Minor fix to margin for top links
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 16:27:12 +0000 (12:27 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 17:50:57 +0000 (13:50 -0400)
index.php
scss/_main.scss

index 34cef6f..8324d87 100644 (file)
--- a/index.php
+++ b/index.php
@@ -34,7 +34,9 @@
                     if (is_search()) { 
                         include "sections/search.php";
                     }
-                    if (is_page() && !is_front_page()) { 
+                    if(is_page(OWNERS_PAGE) ){
+                        include "sections/owners-home.php"; 
+                    } else if (is_page() && !is_front_page()) { 
                         include "sections/interior-page.php"; 
                     }
                     echo '<div id="footer-page-anchor">';
index 8640907..411ad26 100644 (file)
@@ -48,7 +48,7 @@
     }
 }
 .page-inside.top-links{
-    margin-top: 190px;
+    margin-top: 189px;
     @media #{$medium-down} {
         margin-top: 110px;
     }