From 4e5ce46b1d69663b39fb14c9ebe1d2859d71d536 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 29 Dec 2016 16:28:06 -0500 Subject: [PATCH] Reduced height of ad container which was causing part of the next ad to show prematurely. --- css/app.css | 4 ++-- scss/_page.header.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.17.1