MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
 
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: 1280px; /* Slightly wider content */
     --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 */
}