Template:Col/styles.css

Template page
Revision as of 01:54, 24 July 2023 by w:c:strategywiki>Prod (fix)
.t_colbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
}

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