@ -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;