User:Tague/common.css

Explain xkcd: It's 'cause you're dumb.
Revision as of 00:06, 5 May 2021 by Tague (talk | contribs)
Jump to: navigation, search
@media all and (orientation: portrait) {
#mw-panel { top: 0 !important; height: 100px; width: 100% !important; display: flex; flex-direction: row; }
#mw-panel * { display: flex; flex-direction: column; height: 100px; flex-wrap: wrap; }
#mw-panel #p-logo { display: none; }
div#mw-head-base { height: calc(5em + 100px); }
div#mw-head { top: 100px; }
#content.mw-body { margin-left: 0; }
#left-navigation { margin-left: 0; }
}