From 2c9ff5dab085b161532c174422188d9fd6b32b54 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 21 Dec 2023 14:47:08 +0100 Subject: [PATCH] justify mail body --- .config/neomutt/htmlmail.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/neomutt/htmlmail.css b/.config/neomutt/htmlmail.css index f9d57f8..0a843b2 100644 --- a/.config/neomutt/htmlmail.css +++ b/.config/neomutt/htmlmail.css @@ -1,6 +1,12 @@ body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; max-width: 32em; + margin: 0 auto; +} + +p { + text-align: justify; + text-justify: auto; } #signature .sig_separator, .hidden { display: none; } -- 2.39.2