Template:Col/styles.css

Template page
Revision as of 09:15, 29 October 2023 by Gelthor (talk | contribs) (3 revisions imported: Imported from https://strategywiki.org/)
(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;
}