increasing dropdown li width for the sub menu nav items
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:12:35 +0000 (11:12 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:12:35 +0000 (11:12 -0500)
css/app.css
scss/_page.header.scss

index 7301ba2..fde2b78 100644 (file)
@@ -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;
index efd5620..471e60e 100644 (file)
@@ -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;