MediaWiki:Citizen.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


/* set max width and fix the background */
/* set max width and fix the background */
html,
html, body {
body {
     position: relative;
     position: relative;
     margin-left: auto !important;
     margin-left: auto !important;

Revision as of 20:06, 25 December 2021

/* 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;
}