From aaf07d105797fb76fa2d6105a477dd8c837c352a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Oct 2018 14:57:44 -0400 Subject: [PATCH] Responsiveness and ie11 fix for main nav items --- scss/_topbar.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9ac3e03..51ebd6a 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -98,9 +98,9 @@ > li.menu-item { // padding: 15px 24px !important; // min-height: 76px; - padding: 0 10px; + padding: 0 5px; @media #{$medium-only}{ - padding: 14px !important; + padding: 0 !important; } &:hover{ @@ -112,6 +112,9 @@ min-height: 76px; align-items: center; display: flex; + @media #{$medium-only}{ + padding: 15px 14px !important; + } } a{ @media #{$medium-only}{ -- 2.17.1