first commit 2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 모바일 반응형 완전 제거 - 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user