Template:InfoBox/styles.css: Difference between revisions

From Aphelium
(Created page with ".infobox { display: flex; } .infobox-title { font-size: 1.125rem; font-weight: bold; }")
 
No edit summary
Line 1: Line 1:
.infobox {
.infobox {
display: flex;
display: flex;
flex-direction: column;
}
}
.infobox-title {
.infobox-title {

Revision as of 22:03, 20 May 2023

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