diff --git a/themes/writeonly/assets/scss/_markdown.scss b/themes/writeonly/assets/scss/_markdown.scss index f79891a..4eae834 100644 --- a/themes/writeonly/assets/scss/_markdown.scss +++ b/themes/writeonly/assets/scss/_markdown.scss @@ -8,6 +8,8 @@ p { margin: 1em 0; line-height: 1.75em; + text-justify: auto; + text-align: justify; } blockquote {