From 2c5438181b9b2f5173d00c34ae38d4f06478362f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 16:20:20 +0200 Subject: Enable auto-hyphenation --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 80228ca..e5e40a1 100644 --- a/static/style.css +++ b/static/style.css @@ -462,6 +462,7 @@ main, header { body { width: 100%; margin: 0; + hyphens: auto; } body > header, body > main, -- cgit v1.2.3