From 4b3b1895317e70ee6a34cd836e8570ce95fc6f49 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 26 Jan 2025 22:15:29 +0100 Subject: [PATCH] css/width --- rtfd/public/html/style/reset.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rtfd/public/html/style/reset.css b/rtfd/public/html/style/reset.css index 64fcd64..1a81f37 100644 --- a/rtfd/public/html/style/reset.css +++ b/rtfd/public/html/style/reset.css @@ -9,3 +9,10 @@ padding: .5em; h1, h2, h3, h4, h5, h6 { text-wrap: balance; } + +figcaption, +li, +p { +max-width: 64ch; +text-wrap: pretty; +}