From 754f752d2c498e7e07990c10a12c909ea68f0224 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Thu, 16 Jun 2022 03:24:39 +0200 Subject: [PATCH] big buttons --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index cca8f4a..7fc0e95 100644 --- a/static/style.css +++ b/static/style.css @@ -166,4 +166,10 @@ html { .drop-zone__input { display: none; + } + + button { + border-radius: 0px; + width: 20%; + height: 70px; } \ No newline at end of file