Template:MainPage/style.css: Difference between revisions

From Ediaqi Wiki
No edit summary
No edit summary
Line 7: Line 7:
width: 90vw;
width: 90vw;
max-width: 900px;
max-width: 900px;
height: auto;
}
}

Revision as of 15:40, 17 June 2024

.logo-banner{
	display: grid;
	place-items: center;
}
.logo-banner img{
	object-fit: cover;
	width: 90vw;
	max-width: 900px;
	height: auto;
}