Skip to content

Commit 8378541

Browse files
committed
Added style to hide sub menu nav items (i.e., Credit Card FAQs in jQuery Foundation
1 parent 7e67f00 commit 8378541

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

themes/jquery.org/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,11 @@ nav#main ul {
477477
width: 80%;
478478
}
479479

480-
@media only screen and (max-width: 767px) {
480+
nav#main .children{
481+
display: none;
482+
}
483+
484+
@media only screen and (max-width: 767px) {
481485
.sponsors-page ul.block-grid li img {
482486
float: none;
483487
width: 80%;

0 commit comments

Comments
 (0)