From ce72547beced88a478c85605e7c09827e388cee6 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Thu, 23 Jun 2022 21:13:00 +0200 Subject: [PATCH] button w 10% --- static/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 310a91a..0ed2966 100644 --- a/static/style.css +++ b/static/style.css @@ -138,11 +138,6 @@ html { height: calc(100vh - 332px); } - - - - - .drop-zone { max-width: 200px; height: 200px; @@ -170,7 +165,7 @@ html { button { border-radius: 0px; - width: 20%; + width: 18%; height: 70px; font-size: 130% } \ No newline at end of file