Template
Main Page/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
.news-scroller { | .news-scroller { | ||
max-height: | max-height: 12em; | ||
overflow-y: auto; | overflow-y: auto; | ||
} | } |
Latest revision as of 20:38, 30 September 2023
.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.25rem;
}
.news-scroller {
max-height: 12em;
overflow-y: auto;
}