aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 16:20:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 16:20:20 +0200
commit2c5438181b9b2f5173d00c34ae38d4f06478362f (patch)
tree2f5250cd56fd624be8eb49ef998b56167e15c6f6 /static
parent0519fbe80898740fe45f1d2344977d9d370a3d29 (diff)
Enable auto-hyphenation
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
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,