From 121634ba02cb321044ffc69ebcc30955ff4f3e48 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 16 Dec 2016 08:23:02 -0500 Subject: [PATCH] reducing the height of the topbar dropdown featured image and excerpt container --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{ -- 2.17.1