commit 293e7a35988a8c3bfba48dfe46b2d400b781138d parent 91336b73d4abe91f6c57243565b302ea7d25c609 Author: Chris <chris@echoz.io> Date: Thu, 2 Feb 2023 15:44:47 +0100 feat: add inter-word text justification for post content Diffstat:
| A | assets/css/extended/text-justify.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/css/extended/text-justify.css b/assets/css/extended/text-justify.css @@ -0,0 +1,4 @@ +.post-content p { + text-align: justify; + text-justify: inter-word; +}