MediaWiki:Common.css: Difference between revisions
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; | |||
} | } | ||