Reduced height of ad container which was causing part of the next ad to show prematurely.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 29 Dec 2016 21:28:06 +0000 (16:28 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 29 Dec 2016 21:28:06 +0000 (16:28 -0500)
css/app.css
scss/_page.header.scss

index b95e35c..dcd3cf6 100644 (file)
@@ -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) {
index 0e62af4..acdbefe 100644 (file)
@@ -58,7 +58,7 @@ header {
         }
         .g {
             margin-top: 10px;
-            height: 80px;
+            height: 70px;
             overflow-y: hidden;
             @media #{$small-only}{
                 float: none;