From b2885510a4013b5fbda3e4b9ed886afa6c8efe4f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 17 Feb 2025 22:54:11 +0100 Subject: [PATCH] text/width --- style/reset.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/reset.css b/style/reset.css index 9efd17a..8ff28fd 100644 --- a/style/reset.css +++ b/style/reset.css @@ -26,6 +26,7 @@ h1, h2, h3, h4, h5, h6 { figcaption, li, p { + max-inline-size: 79ch; /* LATER */ text-wrap: pretty; }