perfect: better word-break (#3)

This commit is contained in:
jeffreytse 2020-09-29 12:46:54 +08:00
parent 5ad3ccd7b2
commit 0e8b292bd0

View file

@ -392,9 +392,9 @@ html {
.post-content {
margin-bottom: $spacing-unit;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
h2 {
@include relative-font-size(2);