MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: width-layout{ width: 1680px; }")
 
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 */
width-layout{
:root {
width: 1680px;
    --width-layout: 1680px;
}
}

Latest revision as of 08:37, 9 September 2023

/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --width-layout: 1680px;
}