MediaWiki:Vector-2022.css: Difference between revisions

From ArdakazMC Wiki
Jump to navigation Jump to search
Non-floating infoboxes for mobile users
 
m Yes, it's important
Line 2: Line 2:


.infobox {
.infobox {
   float: none;
   float: none !important;
}
}

Revision as of 13:37, 20 March 2025

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

.infobox {
  float: none !important;
}