From af6f48ff079fc8067b564adeaa73caed8cbf5438 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Tue, 2 Jun 2026 22:59:48 +0200 Subject: Improve HTML style. --- html/prelude.html | 1 + html/style.css | 2 ++ 2 files changed, 3 insertions(+) (limited to 'html') diff --git a/html/prelude.html b/html/prelude.html index 84ee345..7d29dd5 100644 --- a/html/prelude.html +++ b/html/prelude.html @@ -1,4 +1,5 @@ + __TITLE__ diff --git a/html/style.css b/html/style.css index 1c91903..bc59a24 100644 --- a/html/style.css +++ b/html/style.css @@ -16,6 +16,8 @@ h1, h2, h3 { p { line-height: 1.6; text-align: justify; + text-justify: distribute; + hyphens: auto; } code { -- cgit v1.2.3