MediaWiki:Vector.css: Difference between revisions
(Created page with "→All CSS here will be loaded for users of the Vector skin: .mw-wiki-logo { background-size: contain !important; width: 160px !important; →adjust as needed: height: 120px !important; →adjust as needed: }") |
No edit summary |
||
Line 2: | Line 2: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain !important; | background-size: contain !important; | ||
width: | width: 220px !important; /* adjust as needed */ | ||
height: | height: 160px !important; /* adjust as needed */ | ||
} | } |
Revision as of 01:06, 15 May 2025
/* All CSS here will be loaded for users of the Vector skin */ .mw-wiki-logo { background-size: contain !important; width: 220px !important; /* adjust as needed */ height: 160px !important; /* adjust as needed */ }