Template:Tilde Infobox/styles.css: Difference between revisions

Template page
(Created page with "@media screen and (max-width: 500px) { .infobox { width: 100%; float: none; } }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (max-width: 500px) {
@media screen and (max-width: 500px) {
.infobox {
.wikitable {
width: 100%;
width: 100% !important;
float: none;
float: none !important; /* (sorry) */
}
}
}
}

Latest revision as of 22:54, 7 June 2021

@media screen and (max-width: 500px) {
	.wikitable {
		width: 100% !important;
		float: none !important; /* (sorry) */
	}
}