From: Anthony Talarico Date: Fri, 16 Dec 2016 13:23:02 +0000 (-0500) Subject: reducing the height of the topbar dropdown featured image and excerpt X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=121634ba02cb321044ffc69ebcc30955ff4f3e48;p=WP-Themes%2Fmackinawareavb.git reducing the height of the topbar dropdown featured image and excerpt container --- diff --git a/css/app.css b/css/app.css index a0a6427..4c22cc7 100644 --- a/css/app.css +++ b/css/app.css @@ -6641,7 +6641,7 @@ body #interactive-map ul.map-dropdown { position: absolute; top: 0; right: 0; - height: 400px; + height: 385px; width: 344px; background-color: #5280a3; } .dropdown-content .dropdown-image { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 91ff44e..50fdf06 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -310,7 +310,7 @@ body #interactive-map{ position: absolute; top: 0; right: 0; - height: 400px; + height: 385px; width: 344px; background-color: #5280a3; .dropdown-image{