From 957ec04268273f75b3eeed39f1059cdd4c421c2f Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sun, 1 Mar 2026 13:02:18 -0800 Subject: [PATCH] justify and text-wrap pretty --- src/styles/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/style.css b/src/styles/style.css index 29b39fb..0f77bbd 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -45,6 +45,8 @@ body { padding: 0.5rem 1rem; line-height: var(--line-height-body); text-rendering: optimizeLegibility; + text-wrap: pretty; + text-align: justify; } h1, h2, -- 2.53.0