Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
Line 2: Line 2:




/* This makes the infobox above the content on Mobile only */
/* Mobile-specific infobox styling - only applies on small screens */
/* Mobile-specific infobox styling - only applies on small screens */
@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {
Line 24: Line 25:
   }
   }
}
}
/* End of this makes the infobox above the content on Mobile only */