From 8418e37c83de4859def3fd007c3196b260202dc1 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 2 Mar 2026 09:36:37 -0800 Subject: [PATCH] only justify and text-wrap pretty on paragraph blocks --- src/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index 0f77bbd..6f3a5b0 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -45,8 +45,6 @@ body { padding: 0.5rem 1rem; line-height: var(--line-height-body); text-rendering: optimizeLegibility; - text-wrap: pretty; - text-align: justify; } h1, h2, @@ -93,6 +91,8 @@ mark { } p { margin-block-end: 1rem; + text-wrap: pretty; + text-align: justify; } a { text-decoration: none; -- 2.53.0