Update styling for spirit info header in index.html

This commit is contained in:
2025-05-28 19:31:08 +02:00
parent 476f49c4f2
commit 4b945ce79f

View File

@@ -66,15 +66,14 @@
flex-direction: column; flex-direction: column;
gap: 18px; gap: 18px;
} }
#spirit-info .spirit-info-content h2 { #spirit-info h2 {
font-size: 1.6em;
font-weight: 700;
margin: 0 0 8px 0; margin: 0 0 8px 0;
letter-spacing: 0.03em; font-weight: 700;
line-height: 1.18; letter-spacing: 0.04em;
word-break: break-word; font-size: 1.6em;
overflow-wrap: anywhere; white-space: normal;
line-break: anywhere; /* <- für Kanji/CJK optimiert */ word-break: keep-all; /* <- Bricht NUR bei Leerzeichen */
overflow-wrap: normal;
} }
@media (min-width: 620px) { @media (min-width: 620px) {