fixed syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:33:57 +0000 (11:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:33:57 +0000 (11:33 -0500)
css/app.css
scss/_topbar.scss

index e0974df..38f14c9 100644 (file)
@@ -6486,7 +6486,7 @@ header {
           padding: 20.5px 5px; } }
     .top-bar-section ul li.active:not(.has-form) > a:not(.button) {
       background: #cc6535;
-      padding: 21.5px 5px;
+      padding: 22px 5px;
       line-height: 1.4; }
       @media screen and (min-width: 1100px) {
         .top-bar-section ul li.active:not(.has-form) > a:not(.button) {
index fbcaefa..f1e5427 100644 (file)
@@ -78,7 +78,7 @@
                 
                 & > a:not(.button) {
                     background: $orange;
-                    padding: 21.5px 5px; 
+                    padding: 22px 5px; 
                     line-height: 1.4;
                      @media screen and (min-width: 1100px) {
                         font-size: rem-calc(21);