Template:Homepage/styles.css: Difference between revisions

From Ymirheim Wiki
No edit summary
m (Protected "Template:Homepage/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(4 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: 250px;
}
 
.homepage-col-2 {
flex: 2;
}
}

Latest revision as of 18:46, 8 July 2024

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