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: Difference between revisions

Template page
Created page with "@media screen and (max-width: 500px) { .infobox { width: 100%; float: none; } }"
 
No edit summary
Line 3: Line 3:
width: 100%;
width: 100%;
float: none;
float: none;
}
.infobox * {
word-break: break-all;
}
}
}
}

Revision as of 22:47, 7 June 2021

@media screen and (max-width: 500px) {
	.infobox {
		width: 100%;
		float: none;
	}
	.infobox * {
		word-break: break-all;
	}
}