From 93d5175ab0fa2e12af456fd6b2305f7987a1895b Mon Sep 17 00:00:00 2001 From: Raz Date: Sat, 10 May 2025 18:38:39 +0200 Subject: [PATCH] add planning event --- .../templates/tournaments/broadcast/broadcasted_planning.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tournaments/templates/tournaments/broadcast/broadcasted_planning.html b/tournaments/templates/tournaments/broadcast/broadcasted_planning.html index 587b852..60e5370 100644 --- a/tournaments/templates/tournaments/broadcast/broadcasted_planning.html +++ b/tournaments/templates/tournaments/broadcast/broadcasted_planning.html @@ -25,13 +25,13 @@ flex-shrink: 0; } .match-cell .bubble { - height: 14vh; + height: 13vh; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; /* Dynamic font size based on viewport width */ - font-size: clamp(0.4rem, 1.2vw - 0.2rem, 5rem); /* Adjust these values as needed */ + font-size: clamp(0.6rem, 1.2vw - 0.2rem, 5rem); /* Adjust these values as needed */ overflow: hidden; text-overflow: ellipsis; color: black;