Template

Main Page/styles.css

From Dogcraft Wiki

No edit summary
No edit summary
Line 19: Line 19:
gap: 1rem;  
gap: 1rem;  
justify-content:center;  
justify-content:center;  
padding-top: 0.5rem;
padding-top: 0.25rem;
}
}



Revision as of 20:42, 13 July 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: 120px; 
	overflow-y: auto;
}
This page was last modified on 13 July 2023, at 20:42. (7 months ago)