Template:MainPage/style.css: Difference between revisions

From Ediaqi Wiki
No edit summary
No edit summary
Line 9: Line 9:
max-width: 900px;
max-width: 900px;
height: auto;
height: auto;
}
.logo-banner .moto{
text-align: center;
width: 100%;
}
}

Revision as of 16:24, 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%;
}