
/* H5 字体优化 - 阿甘修改 */
@media (max-width: 768px) {
    body {
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    h1, .h1 {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
    }
    
    h2, .h2 {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
    }
    
    h3, .h3 {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
    }
    
    p, li, td {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    
    .post-content {
        font-size: 16px !important;
        letter-spacing: 0.3px !important;
    }
    
    .mobile-menu-pagelist a {
        font-size: 15px !important;
        padding: 10px !important;
    }
    
    code, pre {
        font-size: 13px !important;
        word-wrap: break-word !important;
        white-space: pre-wrap !important;
    }
}
