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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue