diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html
index 520d40a..717267f 100644
--- a/groups/home/LibAnswers-4-js-css.html
+++ b/groups/home/LibAnswers-4-js-css.html
@@ -41,8 +41,11 @@ body {
opacity: 1;
}
.fade {
- -webkit-transition-duration: 5s; /* Safari */
- transition-duration: 0.5s;
+ -webkit-transition-duration: 5s; /* Safari */
+ transition-duration: 0.5s;
+}
+.dropdown:hover .dropdown-menu {
+ display: block;
}
/* style the login at the top right */
@@ -273,7 +276,7 @@ a.no-underline { text-decoration: none; }
}
}
-@media only screen and (min-width: 1px) and (max-width: 768px) {
+@media only screen and (min-width: 1px) and (max-width: 767px) {
#hamburger-alternative { display: none; }
@@ -371,6 +374,23 @@ a.no-underline { text-decoration: none; }
+
+
+