increasing margin top for the pages to offset the sticky header
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 17:04:18 +0000 (13:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 9 Oct 2018 17:04:18 +0000 (13:04 -0400)
css/app.css
parts/map-image.php
scss/_main.scss

index d4c7488..95a68dd 100644 (file)
@@ -7356,10 +7356,10 @@ main.owners-home {
   margin-top: 222px; }
 
 .page-inside.no-top-links {
-  margin-top: 187px; }
+  margin-top: 211px; }
   @media only screen and (min-width:0em) and (max-width:64em) {
     .page-inside.no-top-links {
-      margin-top: 110px; } }
+      margin-top: 181; } }
 
 .page-inside.top-links {
   margin-top: 222px; }
index a039c08..782e4b8 100644 (file)
@@ -91,7 +91,7 @@
                 html: '<span class="glm-theme-map-label">Little Traverse Bay</span>'
             })
         }).addTo(leafletMap).bindPopup(ltbInfo);
-        let lmInfo = `<div class="marker-title">Lake Michigan is one of the five Great Lakes of North America and the only one located entirely within the United States. The other four Great Lakes are shared by the U.S. and Canada. It is the second-largest of the Great Lakes by volume[1] and the third-largest by surface area" </div>`;
+        let lmInfo = `<div class="marker-title">Lake Michigan is one of the five Great Lakes of North America and the only one located entirely within the United States. The other four Great Lakes are shared by the U.S. and Canada. It is the second-largest of the Great Lakes by volume and the third-largest by surface area." </div>`;
         
         new L.Marker([45.402413, -85.014117], {
             icon: new L.DivIcon({
index a32314f..72a0b01 100644 (file)
@@ -55,9 +55,9 @@ main.owners-home{
     margin-top: $top-links-header-height-large;
 }
 .page-inside.no-top-links{
-    margin-top: 187px;
+    margin-top: 211px;
     @media #{$medium-down}{
-        margin-top: 110px;
+        margin-top: 181;
     }
 }
 .page-inside.top-links{