adjusted active link padding for topbar
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:32:05 +0000 (12:32 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:32:05 +0000 (12:32 -0500)
css/app.css
scss/_topbar.scss

index 7f7c163..3ee6322 100644 (file)
@@ -6464,7 +6464,7 @@ header {
       padding: 20.5px 5px;
       line-height: 1.4; }
     .top-bar-section ul li:not(.has-form) > a:not(.button) {
-      padding: 19px 5px;
+      padding: 20.5px 5px;
       line-height: 1.4;
       font-size: 1.1875rem; }
       @media screen and (min-width: 1100px) {
index de02a7e..1e099fd 100644 (file)
@@ -60,7 +60,7 @@
             &:not(.has-form) {
                 & > a:not(.button) {
 //                    background: transparent;
-                    padding: 19px 5px; 
+                    padding: 20.5px 5px; 
                     line-height: 1.4;
                     font-size: rem-calc(19);
                     @media screen and (min-width: 1100px) {