From ce90164c8b761e17e55a186c8b021ecb55b8fdb5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 7 May 2024 20:43:15 +0200 Subject: [PATCH] web: Generate left- and right-justified text. Larger pages such as the manual page look much nicer after this patch. --- web/para.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/para.css b/web/para.css index 2043fbb7..3a928c05 100644 --- a/web/para.css +++ b/web/para.css @@ -2,6 +2,8 @@ body { font-family: sans-serif; background-color: black; color: #bbbbbb; + text-align: justify; + padding: 0px 40px 40px 40px; margin: 20px; } -- 2.39.5