From e3e6603d654c03a0fd3872ccdf37dbd24b3283c4 Mon Sep 17 00:00:00 2001 From: Raz Date: Mon, 5 May 2025 13:45:43 +0200 Subject: [PATCH] fix padding bubble --- tournaments/static/tournaments/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css index d825689..9820993 100644 --- a/tournaments/static/tournaments/css/style.css +++ b/tournaments/static/tournaments/css/style.css @@ -1073,14 +1073,14 @@ h-margin { } .match-status-container-header { - margin-top: -10px; - height: 40px; + margin-top: -20px; + height: 50px; text-align: left; } .match-status-container-header-bottom { - margin-bottom: -10px; - height: 40px; + margin-bottom: -20px; + height: 50px; text-align: left; }