Template
Main Page/styles.css
From Dogcraft Wiki
.main-page-wrapper {
display: flex;
flex-direction: column;
}
.desktop-gallery {
position: absolute;
padding: 1.35em 0;
width: 100%;
}
.desktop-gallery .welcome-box {
margin: auto;
width: 65%;
}
.attract-boxes {
display: flex;
gap: 1rem;
justify-content:center;
padding-top: 0.5rem;
}
.news-scroller {
max-height: 120px;
overflow-y: auto;
}
This page was last modified on 13 July 2023, at 20:41. (13 months ago)