Jump to content

MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
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 */


.infobox-container {
@media screen and (max-width: 768px) {
  .infobox-container,
  .infobox {
     float: none !important;
     float: none !important;
     margin: 0 auto 1em auto !important;
     margin: 0 auto 1em auto !important;
     width: 100% !important;
     width: 100% !important;
}
  }
 
.infobox {
    float: none !important;
    width: 100% !important;
}
}