increasing topbar height
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 20:06:26 +0000 (16:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Apr 2018 20:06:26 +0000 (16:06 -0400)
topbar height too low for blog pages, increase it

css/app.css
scss/_page.header.scss

index 139a205..d8febac 100644 (file)
@@ -6468,7 +6468,7 @@ body #feature-image {
       color: white; }
 
 .sticky-header {
-  height: 70.6px;
+  height: 82.6px;
   transition: height 250ms ease-in-out; }
   .sticky-header .sub-menu.dropdown {
     display: none !important; }
index 085ff61..edd1af6 100644 (file)
@@ -203,7 +203,7 @@ body{
     }
 }
 .sticky-header{
-    height: 70.6px;
+    height: 82.6px;
     transition: height 250ms ease-in-out;
     .sub-menu.dropdown{
         display: none !important;