reducing margin bottom for the dropdown sub menu li elements
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:10:53 +0000 (11:10 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:10:53 +0000 (11:10 -0500)
css/app.css
scss/_page.header.scss

index 00c3aa2..7301ba2 100644 (file)
@@ -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;
index 6ad1d2c..efd5620 100644 (file)
@@ -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;