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;
background-color:red ; /*just for testin*/
}
@media screen and (max-width: 500px) {
@media screen and (max-width: 500px) {
.infobox {
.infobox {
width: 100%;
width: 100%;
float: none;
float: none;
}
.infobox * {
word-break: break-all;
}
}
}
}

Revision as of 22:49, 7 June 2021

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