detail
parent
f48875237a
commit
acd21b8425
|
|
@ -80,5 +80,12 @@ $(function()
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
$(window).resize(function()
|
||||||
|
{
|
||||||
|
if($(window).width() > 625)
|
||||||
|
{
|
||||||
|
$('.nav-search').css('position','relative');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue