MediaWiki:Citizen.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
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 */
/* set max width and fix the background */
html, body {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px !important;
}

Revision as of 20:10, 25 December 2021

/* All CSS here will be loaded for users of the Citizen skin */