Files
dnssash/theme/rd.laser/rb.css/mobile.css
T
2026-06-11 18:47:38 +09:00

13 lines
400 B
CSS

/* 모바일 반응형 완전 제거 - PC 전용 레이아웃 유지 */
.mobile { display: none !important; }
.pc { display: block !important; }
/* 미디어 쿼리에 의한 레이아웃 변화 방지 */
@media screen and (max-width: 1024px) {
.container, .inner, .index, .sub {
width: 1600px !important;
max-width: 1600px !important;
margin: 0 auto !important;
}
}