MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →Resize logo on top-left: .mw-wiki-logo { background-size: contain !important; width: 180px; →adjust width as needed: height: 50px; →adjust height as needed: }") |
No edit summary Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain !important; | background-size: contain !important; | ||
width: | width: 150px; /* adjust width as needed */ | ||
height: | height: 30px; /* adjust height as needed */ | ||
} | } |
Latest revision as of 13:29, 1 July 2025
/* CSS placed here will be applied to all skins */ /* Resize logo on top-left */ .mw-wiki-logo { background-size: contain !important; width: 150px; /* adjust width as needed */ height: 30px; /* adjust height as needed */ }