From f4cbffff284064d91d4ab88e4b7b355f0a714afe Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 12:32:05 -0500 Subject: [PATCH] adjusted active link padding for topbar --- 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 7f7c163..3ee6322 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index de02a7e..1e099fd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -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) { -- 2.17.1