From 1a6418b06e2a2b33b59ca0b413da2e09f180369a Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 22 Oct 2015 14:01:16 -0400 Subject: [PATCH] edited the dropdown image size --- 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 6202811..94fbd6d 100644 --- a/css/app.css +++ b/css/app.css @@ -6952,7 +6952,7 @@ header { left: 20px; top: 22px; width: 219px; - height: 171px; + height: 170px; border-bottom: none; border: 3px solid #2a473b; } .top-bar-section ul li .dropdown li:last-child { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d2d91dc..4a4f1c6 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -93,7 +93,7 @@ left: 20px; top: 22px; width: 219px; - height: 171px; + height: 170px; border-bottom:none; border: 3px solid $d-green; } -- 2.17.1