Difference between revisions of "MediaWiki:Common.css"

133 bytes added ,  02:48, 19 January 2020
introducing new mobile styles
m (removed clear:both on tracklist global)
(introducing new mobile styles)
Line 658: Line 658:
     background-size: 100%;
     background-size: 100%;
     float: left;
     float: left;
}
@media only screen and (max-width: 400px) {
  body {
#mw-page-base {
    height: 0em;
div#mobilelogo {
    margin-top: 100px;
}
}
}