MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 */ | |||
.mw-wiki-logo { | |||
background-size: contain !important; | |||
width: 240px !important; /* adjust for your SVG's natural width */ | |||
height: 40px !important; /* adjust to keep aspect ratio */ | |||
margin: auto !important; | |||
} |
Revision as of 09:13, 5 August 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */ /* Increase logo size for wide SVGs in MinervaNeue */ .mw-wiki-logo { background-size: contain !important; width: 240px !important; /* adjust for your SVG's natural width */ height: 40px !important; /* adjust to keep aspect ratio */ margin: auto !important; }