testing remcalc top bar link font size in media query
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 13:38:57 +0000 (08:38 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 13:38:57 +0000 (08:38 -0500)
css/app.css
scss/_topbar.scss

index bb53ee7..6ec73d5 100644 (file)
@@ -6469,7 +6469,7 @@ header {
       font-size: 1.2375rem; }
       @media screen and (max-width: 1121px) {
         .top-bar-section ul li:not(.has-form) > a:not(.button) {
-          font-size: 1.25rem; } }
+          font-size: 1.2375rem; } }
     .top-bar-section ul li.active:not(.has-form) > a:not(.button) {
       background: #cc6535;
       padding: 19px 5px;
index 02391dd..2a896ec 100644 (file)
@@ -64,7 +64,7 @@
                     line-height: 1.4;
                     font-size: rem-calc(19.8);
                     @media screen and (max-width: 1121px) {
-                        font-size: rem-calc(20);
+                        font-size: rem-calc(19.8);
                     }
                 }
             }