MediaWiki:Vector.css: Difference between revisions
Blanked the page Tag: Blanking |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Resize site logo */ | |||
.mw-logo-icon { | |||
width: 180px !important; | |||
height: auto !important; | |||
} | |||
/* Optional: resize the wordmark if used */ | |||
.mw-logo-container, | |||
.vector-header-logo { | |||
max-height: 100px !important; | |||
} | |||
/* Optional: if logo is in the header */ | |||
.vector-logo { | |||
max-width: 180px !important; | |||
height: auto !important; | |||
} | |||
Revision as of 11:15, 19 June 2025
/* Resize site logo */
.mw-logo-icon {
width: 180px !important;
height: auto !important;
}
/* Optional: resize the wordmark if used */
.mw-logo-container,
.vector-header-logo {
max-height: 100px !important;
}
/* Optional: if logo is in the header */
.vector-logo {
max-width: 180px !important;
height: auto !important;
}