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