Template:Tilde Infobox/styles.css

Template page
.infobox * {
	word-break: break-all;
	background-color:red ; /*just for testin*/
}
@media screen and (max-width: 500px) {
	.infobox {
		width: 100%;
		float: none;
	}
}