Template:Home/WikiStats/styles.css

Template page
Revision as of 20:56, 19 February 2024 by Mausterio (talk | contribs) (Created page with "#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; } .home-stats { flex-grow: 1; line-height: 1; text-align: center; } .home-stats__value { font-size: 1.5rem; font-weight: 600; } .home-stats__unit { margin-top: 0.2rem; color: var( --color-base--subtle ); font-size: 0.8125rem; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#home-editing {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-editing__stats {
	display: flex;
}

.home-stats {
	flex-grow: 1;
	line-height: 1;
    text-align: center;
}

.home-stats__value {
	font-size: 1.5rem;
	font-weight: 600;
}

.home-stats__unit {
	margin-top: 0.2rem;
	color: var( --color-base--subtle );
	font-size: 0.8125rem;
}