Template:InfoBox/styles.css: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 3: Line 3:
flex-direction: column;
flex-direction: column;
}
}
.infobox-title {
.infobox-name {
font-size: 1.125rem;
font-size: 1.125rem;
font-weight: bold;
font-weight: bold;
}
}

Revision as of 22:04, 20 May 2023

.infobox {
	display: flex;
	flex-direction: column;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
}