diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 16:20:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 16:20:20 +0200 |
commit | 2c5438181b9b2f5173d00c34ae38d4f06478362f (patch) | |
tree | 2f5250cd56fd624be8eb49ef998b56167e15c6f6 /static | |
parent | 0519fbe80898740fe45f1d2344977d9d370a3d29 (diff) |
Enable auto-hyphenation
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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, |