diff --git a/src/.vuepress/theme/main.scss b/src/.vuepress/theme/main.scss index 97dba6a..24d5b79 100644 --- a/src/.vuepress/theme/main.scss +++ b/src/.vuepress/theme/main.scss @@ -9,6 +9,8 @@ $dark-body-bg: #1f262b; html, body { background-color: $dark-body-bg; + line-break: loose; + word-break: break-word; } img {