Template:Battle infobox.css

Revision as of 14:28, 22 December 2022 by Ethan (talk | contribs) (Ethan changed the content model of the page Template:Battle infobox.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox.battle ul {
	margin-left: 0.8em;
}

/* Mobile */
body.skin-minerva .infobox.battle ul {
	margin-left: 0;
}
@media all and (max-width: 719px) {
	body.mobile .infobox.battle .details-table {
		word-wrap: break-word;
	}
}