Mobile
This commit is contained in:
parent
05c92bdf55
commit
32268be1c6
@ -457,4 +457,18 @@ cursor: not-allowed !important;
|
|||||||
transform: translateY(10px);
|
transform: translateY(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scroll Button end */
|
/* Scroll Button end */
|
||||||
|
|
||||||
|
/* Mobile */
|
||||||
|
|
||||||
|
/* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
aside {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 세로모드 모바일 디바이스 (가로 해상도가 576px 보다 작은 화면에 적용) */
|
||||||
|
@media (max-width: 575px) { }
|
||||||
|
|
||||||
|
/* Mobile end */
|
||||||
Loading…
Reference in New Issue
Block a user