Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
         font-size: 3.8rem !important;
         font-size: 3.8rem !important;
     }
     }
    h1 { font-size: 5.8rem; }
    h2 { font-size: 5.2rem; }
    h3 { font-size: 4.8rem; }
    h4 { font-size: 4.4rem; }
    h5 { font-size: 4.0rem; }
    h6 { font-size: 3.8rem; }
}
}

Revision as of 22:01, 12 January 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    body {
        font-size: 3.8rem !important;
    }
    h1 { font-size: 5.8rem; }
    h2 { font-size: 5.2rem; }
    h3 { font-size: 4.8rem; }
    h4 { font-size: 4.4rem; }
    h5 { font-size: 4.0rem; }
    h6 { font-size: 3.8rem; }
}