gnb 브레이크포인트 수정

This commit is contained in:
2025-11-25 23:32:18 +09:00
parent 4baac677a3
commit 9b97d1426c
6 changed files with 77 additions and 2970 deletions

View File

@@ -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";