MediaWiki:Common.css: Difference between revisions
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: | max-width: 1200px; /* Or any value you prefer */ | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } |
Revision as of 21:34, 13 July 2023
/* CSS placed here will be applied to all skins */ #content { max-width: 1200px; /* Or any value you prefer */ margin: 0 auto; }