diff --git a/src/styles/styles.css b/src/styles/styles.css index 0b15e34..de6f31d 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -709,7 +709,7 @@ a:hover { .uploadBoxMain { background: hsl(0deg 0% 0% / 10%); border-radius: 10px; - height: 100px; + height: 10px; padding: 10px; border: solid 1px hsl(0deg 0% 100% / 5%); } @@ -728,4 +728,5 @@ a:hover { justify-content: center; align-items: center; color: hsl(0deg 0% 100% / 20%); + grid-gap: 10px; } \ No newline at end of file