diff --git a/source/css/layout/home-content.styl b/source/css/layout/home-content.styl index 97f5b32..d8b4508 100644 --- a/source/css/layout/home-content.styl +++ b/source/css/layout/home-content.styl @@ -1,5 +1,4 @@ - .home-content-container { .home-article-list { @@ -45,9 +44,13 @@ .home-article-content { - text-align: justify; + word-wrap: break-word; margin: 20px 0; line-height: 2rem; + + +keep-mobile() { + text-align: justify; + } }