Skip to content

Commit 9b1ce52

Browse files
authored
fix menu on resize (#231)
1 parent de87df2 commit 9b1ce52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/assets/css/ci-responsive.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,3 +1113,9 @@ a.footer-menu-item-active:link,a.footer-menu-item-active:visited{
11131113
}
11141114

11151115
}
1116+
1117+
@media(min-width:901px){
1118+
#top-menu {
1119+
display: block !important;
1120+
}
1121+
}

0 commit comments

Comments
 (0)