From 9dea88f5a1ab508b04b3580402bd87d4c2293dd8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Apr 2018 16:06:26 -0400 Subject: [PATCH] increasing topbar height topbar height too low for blog pages, increase it --- css/app.css | 2 +- scss/_page.header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1