projects
/
WP-Themes
/
cityofharborsprings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e4e1d
)
Responsiveness and ie11 fix for main nav items
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Oct 2018 18:57:44 +0000
(14:57 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 30 Oct 2018 18:58:06 +0000
(14:58 -0400)
scss/_topbar.scss
patch
|
blob
|
history
diff --git
a/scss/_topbar.scss
b/scss/_topbar.scss
index
9ac3e03
..
51ebd6a
100644
(file)
--- a/
scss/_topbar.scss
+++ b/
scss/_topbar.scss
@@
-98,9
+98,9
@@
> li.menu-item {
// padding: 15px 24px !important;
// min-height: 76px;
- padding: 0
10
px;
+ padding: 0
5
px;
@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}{