MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
.vector-header-logo .mw-wiki-logo { | .vector-header-logo .mw-wiki-logo { | ||
background-size: contain !important; | background-size: contain !important; | ||
width: | width: 500px !important; /* adjust as needed */ | ||
height: 180px !important; /* adjust as needed */ | height: 180px !important; /* adjust as needed */ | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } |
Revision as of 19:49, 18 June 2025
/* CSS placed here will be applied to all skins */ /* Increase logo size in Vector 2022 */ .vector-header-logo .mw-wiki-logo { background-size: contain !important; width: 500px !important; /* adjust as needed */ height: 180px !important; /* adjust as needed */ margin: 0 auto; }