Template

Main Page/styles.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
}
.news-scroller {
max-height: 105px;
overflow-y: auto;
}
}

Revision as of 20:28, 13 July 2023

.main-page-wrapper {
	display: flex;
	flex-direction: column;
}

.news-scroller {
	max-height: 105px; 
	overflow-y: auto;
}
This page was last modified on 13 July 2023, at 20:28. (9 months ago)