MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
Probably make the site work on mobile
(Make menu available on mobile)
(Probably make the site work on mobile)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


#mw-head {
body {
display: none;
display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: start;
    padding-top: 70px;
}
}


Navigation menu