Template:MainPage/style.css: Difference between revisions

From Ediaqi Wiki
No edit summary
No edit summary
Line 13: Line 13:
text-align: center;
text-align: center;
width: 100%;
width: 100%;
margin-bottom: 5em;
margin-bottom: 2em;
}
}

Revision as of 17:37, 17 June 2024

.logo-banner{
	display: grid;
	place-items: center;
	margin: 5em 0;
}
.logo-banner img{
	object-fit: cover;
	width: 90vw;
	max-width: 900px;
	height: auto;
}
.logo-banner .moto{
	text-align: center;
	width: 100%;
	margin-bottom: 2em;
}