MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,533:
width: 100% !important;
padding: 0 !important;
margin: 0 auto !important;
/* Match your #content max-width so it never exceeds the text column */
max-width: 900px !important;
}
Line 1,555 ⟶ 1,557:
max-width: 100% !important;
height: auto !important;
min-width: 0 !important;
}
/* Desktop: constrain to the actual text content width */
@media screen and (min-width: 1000px) {
.fullscreen-logo {
/* Use the parser output width as reference instead of the full body */
max-width: 100% !important;
}
.fullscreen-logo img.mw-file-element {
/* Cap the image so it doesn't grow past the content column */
max-width: min(100%, 900px) !important;
margin: 0 auto !important;
}
}
| |||