From 6af224f382c225e0fa2cc86275c19f30085e05f5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 14 Dec 2018 11:12:35 -0500 Subject: [PATCH] increasing dropdown li width for the sub menu nav items --- 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 7301ba2..fde2b78 100644 --- a/css/app.css +++ b/css/app.css @@ -6394,7 +6394,7 @@ body div#page-wrapper header#glm-main-header nav.top-bar { width: auto; margin-right: 2.5vw; } body div#page-wrapper header#glm-main-header nav.top-bar section.top-bar-section .dropdown li { - width: 200px; + width: 235px; 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; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index efd5620..471e60e 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -96,7 +96,7 @@ body{ margin-right: 2.5vw; section.top-bar-section{ .dropdown li { - width: 200px; + width: 235px; margin-bottom: 15px; a{ white-space: normal !important; -- 2.17.1