Fix dropzone width

This commit is contained in:
Leonardo Murça 2023-02-24 19:13:29 -03:00
parent 067f2fa122
commit 49e894b354

View file

@ -34,7 +34,7 @@
#dropzone {
display: flex;
height: 100px;
width: 500px;
width: 100%;
border: 5px dotted black;
padding: 15px;
z-index: 10;