add planning event

sync_v2
Raz 6 months ago
parent 514cf96b09
commit 93d5175ab0
  1. 4
      tournaments/templates/tournaments/broadcast/broadcasted_planning.html

@ -25,13 +25,13 @@
flex-shrink: 0; flex-shrink: 0;
} }
.match-cell .bubble { .match-cell .bubble {
height: 14vh; height: 13vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
/* Dynamic font size based on viewport width */ /* 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; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
color: black; color: black;

Loading…
Cancel
Save