From f811000ea052f022753260ce29b44881b7c2a99e Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 18 Jun 2023 12:08:43 +0200 Subject: [PATCH] less button padding --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7b15f95..fa4fa64 100644 --- a/css/style.css +++ b/css/style.css @@ -113,7 +113,7 @@ table { button, label { - padding: .375rem .7rem !important; + padding: .375rem .6rem !important; cursor: pointer; }