MediaWiki:Common.css: Difference between revisions
From Descendants of Darkness Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.mw-logo-icon, | .mw-logo-icon, | ||
.mw-logo-container img { | .mw-logo-container img { | ||
width: | width: 500px !important; | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
Revision as of 07:21, 9 November 2025
/* Make logo bigger for Vector skin (modern layout) */
.mw-logo-icon,
.mw-logo-container img {
width: 500px !important;
height: auto !important;
}
/* Adjust header height if the logo overlaps navigation */
.vector-header {
min-height: 100px;
}