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

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
.infobox * {
word-break: break-all;
}
@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) */
	}
}