MediaWiki:Minerva.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */


/* Increase logo size for wide SVGs in MinervaNeue */
/* MinervaNeue - Increase logo size properly */
.mw-wiki-logo {
 
.skin-minerva .branding-box .mw-logo-icon {
     background-size: contain !important;
     background-size: contain !important;
     width: 240px !important; /* adjust for your SVG's natural width */
     background-repeat: no-repeat !important;
     height: 40px !important; /* adjust to keep aspect ratio */
     height: 60px !important;
     margin: auto !important;
    width: 300px !important;
     margin: 0 auto !important;
}
}

Navigation menu