]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
justify and text-wrap pretty main
authorCameron Otsuka <cameron@otsuka.haus>
Sun, 1 Mar 2026 21:02:18 +0000 (13:02 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Sun, 1 Mar 2026 21:02:18 +0000 (13:02 -0800)
src/styles/style.css

index 29b39fbd45bb572ed90723a4c155f691764e2a0d..0f77bbd7d6db8010c472048a29fafe326a66a957 100644 (file)
@@ -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,