MediaWiki:Common.css: Difference between revisions

From Descendants of Darkness Wiki

Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
/* Make logo bigger for Vector skin (modern layout) */
.mw-logo-icon,
.mw-logo-container img {
    width: 180px !important;
    height: auto !important;
}


/* Adjust header height if the logo overlaps navigation */
.vector-header {
    min-height: 100px;
}

Revision as of 07:20, 9 November 2025

/* Make logo bigger for Vector skin (modern layout) */
.mw-logo-icon,
.mw-logo-container img {
    width: 180px !important;
    height: auto !important;
}

/* Adjust header height if the logo overlaps navigation */
.vector-header {
    min-height: 100px;
}