48
edits
(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 |
||
Line 3: | Line 3: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain !important; | background-size: contain !important; | ||
width: | width: 170px; /* adjust width as needed */ | ||
height: 50px; /* adjust height as needed */ | height: 50px; /* adjust height as needed */ | ||
} | } |