View source for Template:Homepage/styles.css
From Ymirheim Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.homepage-row {
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-between;
}
.homepage-col {
flex: 1;
min-width: 250px;
}
.homepage-col-2 {
flex: 2;
}
000
1:0
Return to Template:Homepage/styles.css.