MediaWiki:Common.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
EnWikiAdmin (talk | contribs) No edit summary Tag: Reverted |
||
Line 10: | Line 10: | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
} | } | ||
Revision as of 03:47, 4 November 2024
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
width: 135px !important; /* Ensure a fixed width */
max-width: 135px !important;
height: auto !important;
max-height: 135px !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}