Template:Col/styles.css: Difference between revisions

Template page
w:c:strategywiki>Prod
m (fix)
m (3 revisions imported: Imported from https://strategywiki.org/)
 
(No difference)

Latest revision as of 09:15, 29 October 2023

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

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