MediaWiki:Common.css: Difference between revisions

From Scooby-Doo Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#globalWrapper {
#globalWrapper {
     max-width: 1440px !important;
     max-width: 1920px !important;
     margin: auto !important;
     margin: auto !important;
     position: relative;
     position: relative;
}
}

Latest revision as of 12:51, 5 April 2026

/* CSS placed here will be applied to all skins */
#globalWrapper {
    max-width: 1920px !important;
    margin: auto !important;
    position: relative;
}