MediaWiki:Common.css: Difference between revisions

From Moral and Practical
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#content {
#content {
     max-width: 1200px;  /* Or any value you prefer */
     max-width: 982px;  /* Or any value you prefer */
     margin: 0 auto;
     margin: 0 auto;
}
}

Revision as of 21:35, 13 July 2023

/* CSS placed here will be applied to all skins */
#content {
    max-width: 982px;  /* Or any value you prefer */
    margin: 0 auto;
}