changed the dropdown line height
authorIan Weller <ian@gaslightmedia.com>
Thu, 16 Mar 2017 18:31:35 +0000 (14:31 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 16 Mar 2017 18:31:35 +0000 (14:31 -0400)
I changed the line height of the drop down from 2 to 1.5.

css/app.css
scss/_topbar.scss

index ef23dff..7e345b3 100644 (file)
@@ -6418,7 +6418,7 @@ header {
       border-top-right-radius: 0; }
     .top-bar-section ul li ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
       font-size: 1.5rem;
-      line-height: 2; }
+      line-height: 1.5; }
       @media screen and (max-width: 1219px) {
         .top-bar-section ul li ul.dropdown li:not(.has-form):not(.active) > a:not(.button) {
           font-size: 1.375rem; } }
@@ -6436,7 +6436,7 @@ header {
           font-size: 0.875rem; } }
     .top-bar-section ul li ul.dropdown li.active:not(.has-form) > a:not(.button) {
       font-size: 1.5rem;
-      line-height: 2; }
+      line-height: 1.5; }
       @media screen and (max-width: 1219px) {
         .top-bar-section ul li ul.dropdown li.active:not(.has-form) > a:not(.button) {
           font-size: 1.375rem; } }
index 0c9cb7c..592aa80 100644 (file)
                     &:not(.has-form):not(.active) {
                         & > a:not(.button) {
                             font-size: rem-calc(24);
-                            line-height: 2;
+                            line-height: 1.5;
                             @media screen and (max-width: 1219px) {
                                 font-size: rem-calc(22);
                             }
                     &.active:not(.has-form) {
                         & > a:not(.button) {
                             font-size: rem-calc(24);
-                            line-height: 2;
+                            line-height: 1.5;
                             @media screen and (max-width: 1219px) {
                                 font-size: rem-calc(22);
                             }