From 0888f1d0c16feec4dcb8715d997bbfc128db2767 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 13 Sep 2025 18:33:57 +0200 Subject: [PATCH] Add text-wrap: balance to all headings --- src/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main.css b/src/main.css index 4844e50..b692f5f 100644 --- a/src/main.css +++ b/src/main.css @@ -65,3 +65,13 @@ a { .jdd-outer-container { container-type: inline-size; } + +h1, +h2, +h3, +h4, +h5, +h6 { + text-wrap: pretty; + text-wrap: balance; +}