From: Anthony Talarico Date: Tue, 9 Oct 2018 17:04:18 +0000 (-0400) Subject: increasing margin top for the pages to offset the sticky header X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1eaf17b127230fc625f604528099d48e54b0aecf;p=WP-Themes%2Flakesideclub.git increasing margin top for the pages to offset the sticky header --- diff --git a/css/app.css b/css/app.css index d4c7488..95a68dd 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/parts/map-image.php b/parts/map-image.php index a039c08..782e4b8 100644 --- a/parts/map-image.php +++ b/parts/map-image.php @@ -91,7 +91,7 @@ html: 'Little Traverse Bay' }) }).addTo(leafletMap).bindPopup(ltbInfo); - let lmInfo = `
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"
`; + let lmInfo = `
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."
`; new L.Marker([45.402413, -85.014117], { icon: new L.DivIcon({ diff --git a/scss/_main.scss b/scss/_main.scss index a32314f..72a0b01 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -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{