MediaWiki:Common.css: Difference between revisions
EnWikiAdmin (talk | contribs) Replaced content with "→CSS placed here will be applied to all skins: " Tags: Replaced Manual revert |
EnWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-wiki-logo { | |||
max-width: 135px !important; /* Limit max width */ | |||
max-height: 135px !important; /* Limit max height */ | |||
object-fit: contain; /* Ensure the image scales to fit within bounds */ | |||
} |