From b0db0a20150676831f291613f4163591b4f6500c Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 22:36:27 +0100 Subject: [PATCH] smaller button margin --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 7809736..c1948aa 100644 --- a/src/App.css +++ b/src/App.css @@ -114,7 +114,7 @@ button, position: relative; outline: none; border: none; - margin: 2vh; + margin: 1vh; padding: 1vh 2vh; font-size: calc(10px + 2vmin); font-weight: bold;