Fit closer to Bootstrap layout sizes

This commit is contained in:
Mcat12
2017-01-30 17:05:55 -05:00
committed by GitHub
parent f53f2e8836
commit bc484338b4
+1 -1
View File
@@ -203,7 +203,7 @@ $(function(){
});
$(document).ready(function () {
if (screen.width < 400) {
if (screen.width < 576) {
$(".input-group-btn").css("display", "initial");
}
else {