projects
/
WP-Themes
/
laurium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82859a5
)
fixing the dropdown issue with styles broken after 1000px
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 May 2018 20:41:02 +0000
(16:41 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 30 May 2018 20:41:02 +0000
(16:41 -0400)
css/responsive.css
patch
|
blob
|
history
diff --git
a/css/responsive.css
b/css/responsive.css
index
0086c85
..
58206a9
100644
(file)
--- a/
css/responsive.css
+++ b/
css/responsive.css
@@
-330,9
+330,14
@@
Responsive CSS
}
}
@media (max-width: 1000px){
- .main-navigation ul ul li a{
+ .main-navigation ul ul {
+ background: rgba(50,7,1,1);
+ position: static;
+ font-size: 15px;
+ display: none;
+ float: none;
font-size: 18px;
- }
+
}
}
@media screen and (min-width: 1001px){