Increased drag and drop area size

This commit is contained in:
2021-05-02 18:06:57 +02:00
parent fd44a84f6d
commit c3a983b2aa
3 changed files with 14 additions and 7 deletions

View File

@@ -101,9 +101,12 @@ h1 {
input#file {
position: absolute;
height: 47px;
max-width: 198px;
top: 152px;
height: 85px;
max-width: calc(800px + 4rem);
width: calc(100% - 2rem);
transform: translateX(-50%);
left: 50%;
top: 116px;
opacity: 0;
&:hover {