mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Fix tournament name overflow on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user