Template:Col/styles.css

Template page
Revision as of 01:50, 24 July 2023 by w:c:strategywiki>Prod (Created page with "t_colbox { display: flex; flex-wrap: wrap; align-items: stretch; align-content: space-between; } t_col { flex: 1 0 0; min-width: 150px; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
t_colbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
}

t_col {
	flex: 1 0 0;
	min-width: 150px;
}