Template:Confused/style.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
(Created page with "small { font-size: .9rem; text-align: center; }")
 
No edit summary
Line 2: Line 2:
font-size: .9rem;
font-size: .9rem;
text-align: center;
text-align: center;
max-width: 280px;
margin: 0 auto;
}
}

Revision as of 01:06, 12 October 2023

small {
	font-size: .9rem;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}