Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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;
	}
}