/* static/css/custom.css (새로 만들거나 기존 파일에 추가) */
@media (max-width: 767.98px) { /* Small devices (landscape phones, 576px and up) */
    h1 {
        font-size: 1.8rem; /* 모바일에서 h1 크기 조절 */
    }
    h3 {
        font-size: 1.4rem; /* 모바일에서 h3 크기 조절 */
    }
    table th, table td {
        font-size: 0.85rem; /* 모바일에서 테이블 글자 크기 조절 */
    }
}