Array

MediaWiki:Common.css: Difference between revisions

m (Reverted edit by SpencerMarsh (talk) to last revision by MikeParker)
Tags: Blanking Rollback
No edit summary
Line 1: Line 1:
 
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    body {
        font-size: 3.8rem !important;
    }
}

Revision as of 21:43, 12 January 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    body {
        font-size: 3.8rem !important;
    }
}