Fix names overflowing on mobile

This commit is contained in:
Astra 2025-05-10 17:25:56 +09:00
parent 614f2b4c30
commit 99c40b645a
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -66,6 +66,10 @@ body {
font-size: 24px;
color: var(--text-color);
border-color: var(--border-color);
overflow-wrap: break-word;
word-wrap: normal;
word-break: break-word;
hyphens: none;
}
h1 {
@ -75,6 +79,7 @@ h1 {
#app {
max-width: 1400px;
width: 100%;
margin: 0;
padding: 0;
margin-left: auto;