projects
/
WP-Themes
/
charlevoixdesign2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8495691
)
Hiding the subnavigation on medium/small
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 13 Feb 2017 13:47:38 +0000
(08:47 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 13 Feb 2017 13:47:38 +0000
(08:47 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
42bc6a2
..
2e9ecf2
100755
(executable)
--- a/
style.css
+++ b/
style.css
@@
-1616,6
+1616,11
@@
a:hover .nav-title,
padding: 0;
}
@media screen and (max-width: 1024px) {
+ .site-navigation-fixed {
+ display: none;
+ }
+}
+@media screen and (max-width: 1280px) {
.home .site-navigation-fixed.navigation-top {
@@
-1677,6
+1682,7
@@
a:hover .nav-title,
}
.home .top-nav-right li {
display: inline-block;
+ float: none;
height: 30px;
list-style: outside none none;
margin: 10px 0;