Responsiveness and ie11 fix for main nav items
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Oct 2018 18:57:44 +0000 (14:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Oct 2018 18:58:06 +0000 (14:58 -0400)
scss/_topbar.scss

index 9ac3e03..51ebd6a 100644 (file)
@@ -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{
                 min-height: 76px;
                 align-items: center;
                 display: flex;
+                @media #{$medium-only}{
+                    padding: 15px 14px !important;
+                }
             }
             a{
                 @media #{$medium-only}{