From a2c5cc3f26dbdc3fb9f5fc917802192cccc5f6ed7ba66b4f82e8ba123939bc5a Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 27 Jun 2023 00:00:00 +0000 Subject: Justify text --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 50536a1..7ab9488 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,6 +42,8 @@ h1, h2, h3, h4, h5, h6 { p { overflow-wrap: break-word; + text-align: justify; + text-justify: inter-word; } pre { @@ -54,6 +56,8 @@ blockquote { background-color: #272822; font-style: italic; padding: 1.0em; + text-align: justify; + text-justify: inter-word; } blockquote :first-child { -- cgit v1.2.3