Template:Infobox/styles.css: Difference between revisions

From Jonesipedia
Jump to navigation Jump to search
Adding protection template
 
m 1 revision imported
 
(No difference)

Latest revision as of 09:33, 29 May 2021

/* {{pp-template}} */
/* 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;
	}
}