diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-06-27 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-06-27 00:00:00 +0000 |
commit | a2c5cc3f26dbdc3fb9f5fc917802192cccc5f6ed7ba66b4f82e8ba123939bc5a (patch) | |
tree | 708e321a649849c357c7b582dc8ee19a7885df4670772d9f77d9fb40ca125b10 /assets/css/style.css | |
parent | a4bf3d331ac4b5929d74dd6dbce092f1406003fe4e5f6a89f4c52ce8f8162e34 (diff) | |
download | hugo-theme-journal-a2c5cc3f26dbdc3fb9f5fc917802192cccc5f6ed7ba66b4f82e8ba123939bc5a.tar.gz hugo-theme-journal-a2c5cc3f26dbdc3fb9f5fc917802192cccc5f6ed7ba66b4f82e8ba123939bc5a.zip |
Justify textv0.6.1
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |