साँचा:Infobox/styles.css

< साँचा:Infobox
WikiDwarf (वार्ता | योगदान) द्वारा परिवर्तित १५:३८, १२ सितम्बर २०२१ का अवतरण (नया लेख बनाया गया)
(अंतर) ← पुराना अवतरण | वर्तमान अवतरण (अंतर) | नया अवतरण → (अंतर)
/* 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;
	}
}