MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: :root { --width-layout: 800px; }"
 
No edit summary
Line 2: Line 2:
:root {
:root {
     --width-layout: 800px;
     --width-layout: 800px;
}
.mw-page-container {
    max-width: 800px;
}
}

Revision as of 18:22, 22 July 2026

/* CSS placed here will be applied to all skins */
:root {
    --width-layout: 800px;
}
.mw-page-container {
    max-width: 800px;
}