From 33b9407b66720b91119f70f06a5493d54b05715b Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Mon, 19 Jun 2023 21:08:25 +0200 Subject: [PATCH] Increase tap area --- dist/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/index.html b/dist/index.html index aabfb1c..1a99e13 100644 --- a/dist/index.html +++ b/dist/index.html @@ -24,6 +24,10 @@ section { margin-top: auto; } + input, + button { + padding: 1rem; + } footer { display: flex; flex-direction: column;