From 00da1376ca5532f8932677a12f9d33ca733d90f9 Mon Sep 17 00:00:00 2001 From: Shannon Sterz Date: Tue, 31 Dec 2024 10:16:22 +0100 Subject: [PATCH] fix hyphenation in imprint --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d98d782..b7b04e9 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@ list-style-type: ''; display: flex; justify-content: space-between; - align-items: center; + align-items: baseline; } details > summary > span { @@ -242,6 +242,10 @@ details > *:not(summary) { background-color: var(--sht-background); + overflow-wrap: anywhere; + word-break: normal; + text-align: justify; + hyphens: auto; } @media (prefers-color-scheme: dark) { @@ -279,7 +283,7 @@