MediaWiki:Minerva.css: Difference between revisions

From Formula One Wiki
Jump to navigation Jump to search
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;
}

Revision as of 09:21, 5 August 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */