Update CSS for spirit info content

This commit is contained in:
2025-05-28 19:29:07 +02:00
parent 81df208e00
commit 476f49c4f2

View File

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