Template:InfoBox/styles.css: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
float: right;
}
}
.infobox-name {
.infobox-name {

Revision as of 07:49, 21 May 2023

.infobox {
	display: flex;
	flex-direction: column;
	float: right;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
}
.infobox-separator {
	background: #00d2ff;
	padding: 0.5rem;
	font-weight: bold;
}