MediaWiki:Minerva.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
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 */
/* Force the wordmark (text logo) to shift left */
.skin-minerva .mw-logo-wordmark img {
.skin-minerva .mw-logo-wordmark {
     height: 60px !important;    /* Increase height */
     margin-left: 8px !important; /* ← increase this value to move it further left */
    width: auto !important;     /* Keep aspect ratio */
     text-align: left !important;
     max-width: 100% !important;  /* Don't overflow */
    display: block;
    margin: 0 auto;
}
}

Latest revision as of 09:39, 5 August 2025

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

/* Force the wordmark (text logo) to shift left */
.skin-minerva .mw-logo-wordmark {
    margin-left: 8px !important; /* ← increase this value to move it further left */
    text-align: left !important;
}