From 5308fb054ba407c655950c0c9aef7d8b48b46f43 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 17 Feb 2025 21:15:32 +0100 Subject: [PATCH] wrap/balance --- style/reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/reset.css b/style/reset.css index a82ea61..7bc2626 100644 --- a/style/reset.css +++ b/style/reset.css @@ -15,3 +15,7 @@ html { body { } + +h1, h2, h3, h4, h5, h6 { + text-wrap: balance; +}