gnb 브레이크포인트 수정
This commit is contained in:
@@ -121,7 +121,7 @@ $(document).ready(function () {
|
||||
});
|
||||
}
|
||||
targetSize = "moblie";
|
||||
} else if (windowWidth > 500 && windowWidth <= 1024) {
|
||||
} else if (windowWidth > 500 && windowWidth <= 1120) {
|
||||
//타블릿 class
|
||||
body.className = "tablet";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user