MediaWiki:Common.css: Difference between revisions

The Free Encyclopedia of Bharat
Jump to navigation Jump to search
Fixing logo display size
 
Cleaning up double CSS entries
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Fix logo size to ensure it is fully visible */
.mw-wiki-logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


/* Fix logo size to ensure it is fully visible */
/* Fix logo size to ensure it is fully visible */

Latest revision as of 18:57, 19 February 2026

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

/* Fix logo size to ensure it is fully visible */
.mw-wiki-logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}