From 476f49c4f23f3bbd2b492c3bfe697072cd472f73 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:29:07 +0200 Subject: [PATCH] Update CSS for spirit info content --- node/server/public/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node/server/public/index.html b/node/server/public/index.html index e98c47d..250e57b 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -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 {