From: Laury GvR Date: Tue, 30 Oct 2018 18:57:44 +0000 (-0400) Subject: Responsiveness and ie11 fix for main nav items X-Git-Tag: v1.0.0^2~76 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aaf07d105797fb76fa2d6105a477dd8c837c352a;p=WP-Themes%2Fcityofharborsprings.git Responsiveness and ie11 fix for main nav items --- 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}{