Fix tournament name overflow on mobile

This commit is contained in:
Kalle
2026-06-11 21:39:41 +03:00
parent 21ae633699
commit f09a4f347e

View File

@@ -12,6 +12,7 @@
flex-direction: column;
align-items: center;
gap: var(--s-3);
max-width: 100%;
}
.titleBlock {
@@ -19,6 +20,8 @@
flex-direction: column;
align-items: center;
gap: var(--s-2);
min-width: 0;
max-width: 100%;
}
@container (min-width: 448px) {
@@ -47,7 +50,8 @@
margin: 0;
text-wrap: balance;
text-align: center;
line-height: 0.9;
line-height: 1.1;
overflow-wrap: break-word;
}
.subtext {