diff --git a/app.css b/app.css index 6054ba9..a193e41 100644 --- a/app.css +++ b/app.css @@ -29,7 +29,7 @@ outline: 0; input[type="file"] { color: transparent; width: 100%; -height: 300px; +height: auto; cursor: pointer; } input[type="file"]::-webkit-file-upload-button { @@ -43,7 +43,7 @@ background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; -height: 300px; +height: auto; } input:hover { max-width: 100%;