From 7080db7829a1edb952447fa36d61012d963462ef Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 14 Dec 2018 11:10:53 -0500 Subject: [PATCH] reducing margin bottom for the dropdown sub menu li elements --- 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 00c3aa2..7301ba2 100644 --- a/css/app.css +++ b/css/app.css @@ -6395,7 +6395,7 @@ body div#page-wrapper header#glm-main-header nav.top-bar { margin-right: 2.5vw; } body div#page-wrapper header#glm-main-header nav.top-bar section.top-bar-section .dropdown li { width: 200px; - margin-bottom: 25px; } + margin-bottom: 15px; } body div#page-wrapper header#glm-main-header nav.top-bar section.top-bar-section .dropdown li a { white-space: normal !important; line-height: 1; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 6ad1d2c..efd5620 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -97,7 +97,7 @@ body{ section.top-bar-section{ .dropdown li { width: 200px; - margin-bottom: 25px; + margin-bottom: 15px; a{ white-space: normal !important; line-height: 1; -- 2.17.1