From 5b4001a1c7e08b54e0fc69cad5d00bb39195e803 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 11:33:57 -0500 Subject: [PATCH] fixed syntax error --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index e0974df..38f14c9 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index fbcaefa..f1e5427 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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); -- 2.17.1