From 22bbefd16e9dd7ec3491fa42f182e023122ea585 Mon Sep 17 00:00:00 2001 From: nlimpid Date: Thu, 14 Aug 2025 21:31:55 +0800 Subject: [PATCH] feat(docs): Change text alignment from justify to left for better readability --- docs/docs/stylesheets/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 88f361d143..093dff25cd 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -46,9 +46,9 @@ } -/* Justified text for main content */ +/* Left-aligned text for main content */ .md-content__inner p { - text-align: justify; + text-align: left; } /* Left-aligned text for grid cards */