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 */ | ||
/* Move the wordmark/logo slightly to the left */ | |||
.skin-minerva .branding-box { | |||
display: flex !important; | |||
justify-content: flex-start !important; | |||
align-items: center; | |||
padding-left: 8px; /* Adjust as needed */ | |||
} | |||
/* Optional: Reduce search bar overlap on the right */ | |||
.skin-minerva .minerva-search-form { | |||
margin-left: auto; | |||
} | |||
Revision as of 09:24, 5 August 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Move the wordmark/logo slightly to the left */
.skin-minerva .branding-box {
display: flex !important;
justify-content: flex-start !important;
align-items: center;
padding-left: 8px; /* Adjust as needed */
}
/* Optional: Reduce search bar overlap on the right */
.skin-minerva .minerva-search-form {
margin-left: auto;
}