crabmail

Static HTML email archive viewer in Rust
git clone git://git.alexwennerberg.com/crabmail
Log | Files | Refs | README | LICENSE

commit 4681ae453d5069ec584621c1151146782e2fd678
parent bd092a82d4c04415942390649ac741de3edf8de6
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Tue, 28 Dec 2021 12:52:56 -0800

Widen body

Diffstat:
Msrc/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css @@ -12,7 +12,7 @@ body { font-family: "Roboto", Helvetica, Arial, Sans-serif; word-wrap: break-word; line-height: 1.5; - max-width: 72ch; + max-width: 78ch; padding: 1ch; }