diff --git a/sass/_custom.scss b/sass/_custom.scss index ac976bb..d49f7f1 100644 --- a/sass/_custom.scss +++ b/sass/_custom.scss @@ -200,4 +200,9 @@ th[data-dir="desc"]::after { #label { text-align: center; } -} \ No newline at end of file +} + +.justify { + text-align: justify; + hyphens: auto; +} diff --git a/templates/blog/page.html b/templates/blog/page.html index 2a6a674..262e631 100644 --- a/templates/blog/page.html +++ b/templates/blog/page.html @@ -28,10 +28,10 @@