MediaWiki:Common.css: Difference between revisions

From Sephardic Diaspora Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: contain !important;
     background-size: contain !important;
     width: 145px !important; /* adjust width */
     width: 160px !important; /* adjust width */
     height: 145px !important; /* adjust height */
     height: 160px !important; /* adjust height */
}
}



Revision as of 17:02, 12 August 2025

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

/* Resize the site logo */
.mw-wiki-logo {
    background-size: contain !important;
    width: 160px !important; /* adjust width */
    height: 160px !important; /* adjust height */
}

/* Center it nicely */
.mw-wiki-logo {
    background-position: center !important;
    background-repeat: no-repeat !important;
}