Template:Pixl/frontpage.css: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.image{
.image{
width:100%;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
align-items: center;
align-items: center;
height: auto;
}
}

Revision as of 04:49, 27 March 2024

.image{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	align-items: center;
}