MediaWiki:Common.css: Difference between revisions
Appearance
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 */ | ||
/* Increase logo size in Vector 2022 */ | |||
.vector-header-logo .mw-wiki-logo { | |||
background-size: contain !important; | |||
width: 180px !important; /* adjust as needed */ | |||
height: 180px !important; /* adjust as needed */ | |||
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: 180px !important; /* adjust as needed */ height: 180px !important; /* adjust as needed */ margin: 0 auto; }