MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* | /* Layout width - default full width */ | ||
:root { | :root { | ||
--width-layout: 100vw; | --width-layout: 100vw; | ||
} | } | ||
/* | /* Override for main page using attribute selector */ | ||
.page-Hauptseite | .page-Hauptseite { | ||
--width-layout: 1600px; | |||
} | } | ||
Revision as of 01:01, 5 February 2026
/* Layout width - default full width */
:root {
--width-layout: 100vw;
}
/* Override for main page using attribute selector */
.page-Hauptseite {
--width-layout: 1600px;
}