Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Amaranth TV/styles.css: Difference between revisions

Template page
Content deleted Content added
m Tesinormed moved page Template:Amaranth TV/styles.css to Template:Amaranth TV/group/styles.css without leaving a redirect: Title incorrect
Replaced content with ".amaranth-tv { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--space-md); text-align: center; font-weight: bold; }"
Tags: Replaced Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
#amaranth-tv-group {
.amaranth-tv {
display: flex;
display: flex;
justify-content: center;
justify-content: center;

Latest revision as of 08:28, December 17, 2025

.amaranth-tv {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-md);
	text-align: center;
	font-weight: bold;
}