MediaWiki:Common.css: Difference between revisions

From Ikwipedia
Tags: Replaced Manual revert
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 */
}

Revision as of 03:13, 4 November 2024

/* 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 */
}