Fix CSS for image size
This commit is contained in:
parent
15710ef3c2
commit
cb1f25e145
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
width: auto;
|
width: 100%;
|
||||||
height: auto;
|
height: 100%;
|
||||||
transition: width ease .4s, height ease .4s, opacity ease .4s;
|
transition: width ease .4s, height ease .4s, opacity ease .4s;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
flex-grow: 1000;
|
flex-grow: 1000;
|
||||||
|
|
Loading…
Reference in a new issue