MediaWiki:Common.css: Difference between revisions

From THCoTD Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-body-content {
.mw-body-content {
     max-width: 1000px;
     max-width: 1250px;
}
}

Revision as of 07:47, 16 September 2025

/* CSS placed here will be applied to all skins */
.mw-body-content {
    max-width: 1250px;
}