From: Anthony Talarico Date: Tue, 10 Apr 2018 20:06:26 +0000 (-0400) Subject: increasing topbar height X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9dea88f5a1ab508b04b3580402bd87d4c2293dd8;p=WP-Themes%2Fdiscoverkalamazoo2018.git increasing topbar height topbar height too low for blog pages, increase it --- diff --git a/css/app.css b/css/app.css index 139a205..d8febac 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 085ff61..edd1af6 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -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;