Template:Columns/styles.css: Difference between revisions

From Ymirheim Wiki
(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; }")
 
m (Protected "Template:Columns/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 18:45, 8 July 2024

.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;
}