Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* H4 CHANGE COLOR*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.mw-body-content h4{
    body { font-size: 3.8rem !important; }
     color: #4C5454;
    h1 { font-size: 5.8rem !important; }
    h2 { font-size: 5.2rem !important; }
    h3 { font-size: 4.8rem !important; }
    h4 { font-size: 4.4rem !important; }
    h5 { font-size: 4.0rem !important; }
     h6 { font-size: 3.8rem !important; }
}
}

Revision as of 22:03, 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 !important; }
    h2 { font-size: 5.2rem !important; }
    h3 { font-size: 4.8rem !important; }
    h4 { font-size: 4.4rem !important; }
    h5 { font-size: 4.0rem !important; }
    h6 { font-size: 3.8rem !important; }
}