Template:Infobox/styles.css

From blackwiki
< Template:Infobox
Revision as of 19:44, 21 December 2018 by imported>EdJohnston (Protected "Template:Infobox/styles.css": Highly visible template: Request at WP:RFPP ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
Jump to navigation Jump to search
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/
@media all and ( min-width: 720px ) {
	.infobox {
		width: 22em;
	}
}