fix: word-break of post content (#3)

This commit is contained in:
jeffreytse 2020-09-22 23:09:37 +08:00
parent 0fe5ad29e6
commit 04bc0124c9

View file

@ -394,7 +394,7 @@ html {
margin-bottom: $spacing-unit;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
h2 {
@include relative-font-size(2);