From 08a1c35c67589fd9a6671a34eaa33a575ad50ba8 Mon Sep 17 00:00:00 2001 From: Hubert Jankowski Date: Wed, 8 Jun 2022 23:26:29 +0200 Subject: [PATCH] Chnge button width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 16ce00e..9361071 100644 --- a/static/style.css +++ b/static/style.css @@ -204,7 +204,7 @@ .mainTournamentContainer button { height: 30px; - width: 85px; + width: 87px; color: #FFF; font-size: 17px; background: #00916E;