From 419cfc69d42e9bebb18a30656cf76b2d64c1c5fd Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:11:59 -0400 Subject: [PATCH] add `text-wrap: balance` to main headings --- package/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/package/index.css b/package/index.css index 337f3a9..0394d91 100644 --- a/package/index.css +++ b/package/index.css @@ -77,6 +77,7 @@ :where(h1, h2, h3) { line-height: calc(1em + 0.5rem); + text-wrap: balance; } :where(hr) {