From 1101cad5a4762d12c7881a7f36671fa96e91219d Mon Sep 17 00:00:00 2001 From: s3lph Date: Thu, 17 Feb 2022 21:57:49 +0100 Subject: [PATCH] Set: Increase button sizes --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 6710686..178817c 100644 --- a/static/style.css +++ b/static/style.css @@ -112,6 +112,10 @@ input.fill { max-height: 700px; } +input { + padding: 20px 40px; +} + #playingfield .card > input { display: none; }