MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
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 */
:root {
 
    --width-layout: 800px;
}
.mw-page-container {
.mw-page-container {
     max-width: 800px;
     max-width: 800px;
}
}

Revision as of 18:23, 22 July 2026

/* CSS placed here will be applied to all skins */

.mw-page-container {
    max-width: 800px;
}