MediaWiki:Minerva.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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 */
/* 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;
}