Jump to content

MediaWiki:Common.css: Difference between revisions

From FGP Wiki
No edit summary
No edit summary
 
Line 4: Line 4:
     height: 65px;
     height: 65px;
     background-size: contain;
     background-size: contain;
}
.mw-logo .mw-logo-container {
    display: none;
}
}

Latest revision as of 16:24, 6 January 2026

/* CSS placed here will be applied to all skins */
.mw-logo-icon {
    width: 208px;
    height: 65px;
    background-size: contain;
}

.mw-logo .mw-logo-container {
    display: none;
}