Template:Homepage/styles.css: Difference between revisions

From Ymirheim Wiki
(Created page with ".homepage-row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; } .homepage-col { flex: 1; min-width: 210px; }")
(No difference)

Revision as of 20:48, 5 July 2024

.homepage-row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.homepage-col {
	flex: 1;
	min-width: 210px;
}