Fix CSS for image size

This commit is contained in:
Kujiu 2023-08-17 22:14:33 +02:00
parent 15710ef3c2
commit cb1f25e145
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F

View file

@ -79,8 +79,8 @@
margin: auto;
padding: 0;
border: none;
width: auto;
height: auto;
width: 100%;
height: 100%;
transition: width ease .4s, height ease .4s, opacity ease .4s;
object-fit: contain;
flex-grow: 1000;