reducing header size for the nav bar
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Jun 2018 18:26:34 +0000 (14:26 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Jun 2018 18:26:34 +0000 (14:26 -0400)
css/app.css
scss/_header.scss
scss/_topbar.scss

index 2577d6a..18dd47f 100644 (file)
@@ -7187,7 +7187,7 @@ header .social {
         transition: all 0.5s ease-in-out; }
 
 .interior-wrapper header.main {
-  height: 200px; }
+  height: 145px; }
   .interior-wrapper header.main .header-top {
     height: 200px; }
 
@@ -7227,7 +7227,7 @@ header .social {
   width: 100%;
   height: auto;
   position: absolute;
-  bottom: 0px;
+  bottom: 65px;
   transition: all 0.5s ease-in-out; }
   .top-bar .top-bar-section {
     background-color: transparent;
index 9d8b6c9..e3f4109 100644 (file)
@@ -230,7 +230,7 @@ header {
 }
 .interior-wrapper {
     header.main {
-        height: 200px;
+        height: 145px;
         .header-top {
             height: 200px;
         }
index 92a6daf..662d451 100644 (file)
@@ -25,7 +25,7 @@
     width: 100%;
     height: auto;
     position: absolute;
-    bottom: 0px;
+    bottom: 65px;
     transition: all 0.5s ease-in-out;
     .top-bar-section {
         background-color: transparent;