reducing dropdown nav link font size
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:45:16 +0000 (12:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:45:16 +0000 (12:45 -0500)
css/app.css
scss/_topbar.scss

index d2a6550..29ef8f2 100644 (file)
@@ -6469,7 +6469,7 @@ header {
       font-size: 1.1875rem; }
       @media screen and (min-width: 1100px) {
         .top-bar-section ul li:not(.has-form) > a:not(.button) {
-          font-size: 1.3125rem; } }
+          font-size: 1rem; } }
     .top-bar-section ul li.active:not(.has-form) > a:not(.button) {
       background: #cc6535;
       padding: 20.5px 5px;
index 951fc6f..80a7e57 100644 (file)
@@ -64,7 +64,7 @@
                     line-height: 1.4;
                     font-size: rem-calc(19);
                     @media screen and (min-width: 1100px) {
-                        font-size: rem-calc(21);
+                        font-size: rem-calc(16);
                     }
                 }
             }