testing top bar ul li a font size
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 13:37:40 +0000 (08:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 13:37:40 +0000 (08:37 -0500)
css/app.css
scss/_topbar.scss

index cfbef9e..bb53ee7 100644 (file)
@@ -6466,7 +6466,7 @@ header {
     .top-bar-section ul li:not(.has-form) > a:not(.button) {
       padding: 19px 5px;
       line-height: 1.4;
-      font-size: 1.25rem; }
+      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; } }
index 7cabaa2..02391dd 100644 (file)
@@ -62,7 +62,7 @@
 //                    background: transparent;
                     padding: 19px 5px; 
                     line-height: 1.4;
-                    font-size: rem-calc(20);
+                    font-size: rem-calc(19.8);
                     @media screen and (max-width: 1121px) {
                         font-size: rem-calc(20);
                     }