Difference between revisions of "MediaWiki:Mobile.css"

no edit summary
Line 62: Line 62:
   .content {
   .content {
     margin: 0 16px;
     margin: 0 16px;
    max-width: none;
   }
   }
}
}
@media screen and (min-width: 1000px) {
@media screen and (min-width: 1000px) {
.content {
width: auto;
max-width: none;
}
}
}