Difference between revisions of "MediaWiki:Common.css"

no edit summary
Tag: Manual revert
Line 1,862: Line 1,862:
#mw-mf-main-menu-button {
#mw-mf-main-menu-button {
display: none;
display: none;
}
@media screen and (min-width: 1000px) {
.content {
width: auto;
}
}
@media screen and (min-width: 720px) {
.content {
width: auto;
    margin: 0 3.35em;
}
}
}