Template:Main Page timers/styles.css

Template page
.mp-timers {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

/* 
 * Different screen sizes
 */
@media only screen and (max-width: 576px) {
	.mp-timers {
		flex-wrap: initial;
		justify-content: initial;
		overflow-y: auto;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.