Added some height to landing page header to fit new logo/slogan size
authorLaury GvR <laury@gaslightmedia.com>
Thu, 24 May 2018 16:53:12 +0000 (12:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 24 May 2018 16:53:12 +0000 (12:53 -0400)
css/app.css
scss/_header.scss

index cea8936..5a83ed6 100644 (file)
@@ -7200,7 +7200,7 @@ header .social {
   margin-top: 200px;
   padding-top: 100px; }
 .landing-wrapper header.main {
-  height: 200px; }
+  height: 220px; }
   .landing-wrapper header.main .header-top {
     height: 200px; }
   .landing-wrapper header.main .top-bar {
index 65bbbd1..56e0c88 100644 (file)
@@ -252,7 +252,7 @@ header {
         padding-top: 100px;
     }
     header.main {
-        height: 200px;
+        height: 220px;
         .header-top {
             height: 200px;
         }