MediaWiki:Common.css: Difference between revisions

From Ikwipedia
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


.mw-wiki-logo {
.mw-wiki-logo {
     width: 135px !important; /* Ensure a fixed width */
     width: 135px; /* Ensure a fixed width */
     max-width: 135px !important;
     max-width: 135px;
     height: auto !important;
     height: auto;
     max-height: 135px !important;
     max-height: 135px;
     background-size: contain !important;
     background-size: contain;
    background-position: center !important;
 
    background-repeat: no-repeat !important;
}
}

Revision as of 03:48, 4 November 2024

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

}