MediaWiki:Common.css: Difference between revisions

From Ikwipedia
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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 {
    width: 135px; /* Ensure a fixed width */
    max-width: 135px;
    height: auto;
    max-height: 135px;
    background-size: contain;
}

Revision as of 03:58, 4 November 2024

/* CSS placed here will be applied to all skins */