MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
(Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --width-layout: 1280px; →Slightly wider content: }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
:root { | :root { | ||
--width-layout: | --width-layout: 1320px; /* Slightly wider content */ | ||
} | } |
Latest revision as of 00:59, 2 August 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1320px; /* Slightly wider content */
}