Template:TalentTable.css: Difference between revisions

Template page
(Created page with ".talent__container { display: flex; flex-wrap: wrap; column-gap: 1rem; } .talent__stage { font-size: 1.2rem; font-weight: bold; padding: 0.5rem; } .talent__role { max-width: 200px; } .talent__role ul { margin-top: 0; }")
 
(Couchor changed the content model of the page Template:TalentTable.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 11:26, 29 September 2023

.talent__container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
}

.talent__stage {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.5rem;
}

.talent__role {
	max-width: 200px;
}

.talent__role ul {
	margin-top: 0;
}