From aa3a2f8c5578495bcfeea2d58ed754406604a08d Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Wed, 19 Jul 2017 12:54:44 -0400 Subject: [PATCH] change how the file upload box expands --- public/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/main.css b/public/main.css index 2ff4b087..35a54d95 100644 --- a/public/main.css +++ b/public/main.css @@ -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;