This commit is contained in:
Arjun Patel
2017-07-27 11:31:47 -07:00
parent 76a01b0ba9
commit fe256f37dc
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -4,6 +4,9 @@ $(document).ready( function() {
$(".intro2").hide();
$(".navFade").hide();
if ( $(window).width() < 992 ) {
$(".navItem").hide();
}
}); // end on doc ready