Difference between revisions of "MediaWiki:Mobile.css"

no edit summary
Tag: Manual revert
Line 57: Line 57:
body {
body {
color: #333;
color: #333;
}
@media screen and (min-width: 720px) {
  .content {
    margin: 0 16px;
  }
}
@media screen and (min-width: 1000px) {
}
}