129
edits
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 */ | ||
/* 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 | |||
} | } |