From 83b8aca81d8ac7e7ed0caaccf9c5fd49375206d7 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 19 Apr 2020 00:01:48 -0400 Subject: [PATCH] fix(style): wrap all words in article content --- include/style/article.styl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/style/article.styl b/include/style/article.styl index 2090a40..e25a30c 100644 --- a/include/style/article.styl +++ b/include/style/article.styl @@ -24,11 +24,9 @@ article @extend .button.is-light .content + word-wrap: break-word font-size: $article-font-size - a - word-wrap: break-word - h1 font-size: 1.75em