Template:Col/styles.css: Difference between revisions

Template page
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; }")
 
w:c:strategywiki>Prod
m (Protected "Template:Col/styles.css": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 01:50, 24 July 2023

t_colbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
}

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