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:
1f61d8b
)
styling the dropdown sub menus with min width and background color
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 15:17:49 +0000
(11:17 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 15:17:49 +0000
(11:17 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
5c0884c
..
7f283e3
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1379,7
+1379,13
@@
body.parallax-on .wpcf7-not-valid-tip {
font-weight: 400;
top: 50%;
transform: translateY(-50%);
- text-align: center;
+ text-align: center;
+ }
+ .main-navigation > ul > li > ul {
+ min-width: 270px;
+ }
+ .main-navigation > ul > li:hover{
+ background-color: white;
}
}
.main-navigation > ul > li > a {