change how the file upload box expands

This commit is contained in:
Daniela Arcese 2017-07-19 12:54:44 -04:00
parent 6e7283664c
commit aa3a2f8c55

View File

@ -68,8 +68,9 @@ a {
.upload-window.ondrag {
border: 3px dashed rgba(0, 148, 251, 0.5);
margin: 0 auto;
width: 672px;
height: 267px;
width: 636px;
height: 251px;
transform: scale(1.05);
border-radius: 4.2px;
display: flex;
justify-content: center;