changed logo top margin
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 18:06:19 +0000 (13:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 18:06:19 +0000 (13:06 -0500)
css/app.css
scss/_page.header.scss

index 4ea01db..06cf6b0 100644 (file)
@@ -6505,7 +6505,7 @@ header .searchform input[type="submit"]:hover {
 
 @media only screen and (max-width: 40em) {
   .headerLogo {
-    margin-top: 70px; } }
+    margin-top: 35px; } }
 
 .contain-to-grid {
   box-shadow: 0 5px 10px -1px #999999; }
index e7b1a16..6d0d24f 100644 (file)
@@ -300,6 +300,6 @@ header .searchform input[type="submit"]:hover{
 @media #{$small-only}{
     .headerLogo
     {
-       margin-top: 70px; 
+       margin-top: 35px; 
     }
 }