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; }")
 
m (Protected "Template:Homepage/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.homepage-row {
.homepage-container {
display: flex;
max-width: 860px;
flex-direction: row;
margin-left: auto;
flex-flow: row wrap;
margin-right: auto;
justify-content: space-between;
}
 
.homepage-col {
flex: 1;
min-width: 210px;
}
}

Latest revision as of 18:46, 8 July 2024

.homepage-container {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}