Template:Main Page timer/styles.css: Difference between revisions

Template page
Content added Content deleted
No edit summary
mNo edit summary
Line 2: Line 2:
width: 275px;
width: 275px;
display: grid;
display: grid;
grid-gap: 5px;
grid-gap: 10px;
text-align: center;
text-align: center;
}
}
Line 8: Line 8:
.mp-timer .image {
.mp-timer .image {
height: 100px;
height: 100px;
display: grid;
align-items: end;
}
}



Revision as of 21:45, 15 April 2022

.mp-timer {
	width: 275px;
	display: grid;
	grid-gap: 10px;
	text-align: center;
}

.mp-timer .image {
	height: 100px;
	display: grid;
	align-items: end;
}

.mp-timer .text {
	height: 3em;
}

.mp-timer .timer {
	height: 3em;
}

.mp-timer .timer > p {
	margin: 0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.