Template:Col/styles.css: Difference between revisions

Template page
w:c:strategywiki>Prod
m (Protected "Template:Col/styles.css": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
w:c:strategywiki>Prod
m (fix)
Line 1: Line 1:
t_colbox {
.t_colbox {
display: flex;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
Line 6: Line 6:
}
}


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

Revision as of 01:54, 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;
}