MediaWiki:Citizen.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Created page with "→‎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; }")
 
No edit summary
Line 7: Line 7:
     margin-left: auto !important;
     margin-left: auto !important;
     margin-right: auto !important;
     margin-right: auto !important;
     max-width: 1280px;
     max-width: 1280px !important;
}
}

Revision as of 20:05, 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;
}