This commit is contained in:
yoon 2025-03-14 15:15:06 +09:00
parent 05c92bdf55
commit 32268be1c6

View File

@ -457,4 +457,18 @@ cursor: not-allowed !important;
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 */