Template:Columns/styles.css

From Ymirheim Wiki
< Template:Columns
Revision as of 11:19, 8 July 2024 by Neris (talk | contribs) (Created page with ".columns-row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; } .columns-col { flex: 1; min-width: 250px; padding-right: 15px; padding-left: 15px; } .columns-col-2 { flex: 2; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.columns-row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.columns-col {
	flex: 1;
	min-width: 250px;
	padding-right: 15px;
	padding-left: 15px;
}

.columns-col-2 {
	flex: 2;
}