MediaWiki:Mobile.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


table {
table {
   width: 100%;
   width: 100%!important;
}
}

Revision as of 11:34, 14 November 2023

/* All CSS here will be loaded for users of the mobile site */

table {
  width: 100%!important;
}