From: Laury GvR Date: Thu, 29 Dec 2016 21:28:06 +0000 (-0500) Subject: Reduced height of ad container which was causing part of the next ad to show prematurely. X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4e5ce46b1d69663b39fb14c9ebe1d2859d71d536;p=WP-Themes%2Fmackinawareavb.git Reduced height of ad container which was causing part of the next ad to show prematurely. --- diff --git a/css/app.css b/css/app.css index b95e35c..dcd3cf6 100644 --- a/css/app.css +++ b/css/app.css @@ -6338,7 +6338,7 @@ header { text-transform: uppercase; } header #ad .g { margin-top: 10px; - height: 80px; + height: 70px; overflow-y: hidden; } @media only screen and (max-width: 40em) { header #ad .g { @@ -6747,7 +6747,7 @@ body .stButton .sharethis { margin: 5px 30px; opacity: 0.7; position: relative; } - @media only screen and (min-width:0em) and (max-width:64em) { + @media only screen and (min-width:40.063em) and (max-width:64em) { .nivo-controlNav .nivo-control img { width: 10%; } } @media only screen and (max-width: 40em) { diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 0e62af4..acdbefe 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -58,7 +58,7 @@ header { } .g { margin-top: 10px; - height: 80px; + height: 70px; overflow-y: hidden; @media #{$small-only}{ float: none;