From: Cameron Otsuka Date: Mon, 2 Mar 2026 17:36:37 +0000 (-0800) Subject: only justify and text-wrap pretty on paragraph blocks X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=8418e37c83de4859def3fd007c3196b260202dc1;p=cotsuka.github.io only justify and text-wrap pretty on paragraph blocks --- 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;