MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,630:
body.skin-minerva .collapsible-block ul ul {
padding-left: 1em;
}
/* ======================================================= */
/* WIDER DESKTOP LAYOUT (Overrides the 900px default cap) */
/* ======================================================= */
@media screen and (min-width: 1000px) {
/* 1. Widen the main text column */
#content {
max-width: 1200px !important; /* Increase this number to go even wider */
/* Note: To make it fill the entire screen edge-to-edge, use: max-width: 100% !important; */
}
/* 2. Allow the fullscreen logo to match the new wider content area */
.fullscreen-logo img.mw-file-element {
max-width: min(100%, 1200px) !important;
}
}
| |||