MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
| 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 */ | ||
/* MinervaNeue | /* Resize the MinervaNeue wordmark logo */ | ||
.skin-minerva .mw-logo-wordmark img { | |||
.skin-minerva | height: 60px !important; /* Increase height */ | ||
width: auto !important; /* Keep aspect ratio */ | |||
max-width: 100% !important; /* Don't overflow */ | |||
display: block; | |||
margin: 0 auto; | |||
margin: 0 auto | |||
} | } | ||
Revision as of 09:18, 5 August 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Resize the MinervaNeue wordmark logo */
.skin-minerva .mw-logo-wordmark img {
height: 60px !important; /* Increase height */
width: auto !important; /* Keep aspect ratio */
max-width: 100% !important; /* Don't overflow */
display: block;
margin: 0 auto;
}