MediaWiki:Mobile.css: Difference between revisions
Created page with "@media screen and (max-width: 1000px) { html { font-size: 200%; } .mw-page-container-inner { display: block; } .vector-column-start { display: none; } .mw-header .vector-header-start, .mw-header .vector-header-end { display: flex; align-items: flex-end; flex-direction: column; } }" |
No edit summary Tag: Reverted |
||
Line 10: | Line 10: | ||
.vector-column-start { | .vector-column-start { | ||
display: none; | display: none; | ||
} | |||
.vector-header-container .mw-header { | |||
min-width: 100% | |||
} | |||
.mw-logo { | |||
width: 100%; | |||
} | } | ||
Revision as of 21:31, 12 February 2025
@media screen and (max-width: 1000px) { html { font-size: 200%; } .mw-page-container-inner { display: block; } .vector-column-start { display: none; } .vector-header-container .mw-header { min-width: 100% } .mw-logo { width: 100%; } .mw-header .vector-header-start, .mw-header .vector-header-end { display: flex; align-items: flex-end; flex-direction: column; } }