summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_sass/yat/_layout.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss
index 65054ad..579b01b 100644
--- a/_sass/yat/_layout.scss
+++ b/_sass/yat/_layout.scss
@@ -392,6 +392,9 @@ html {
.post-content {
margin-bottom: $spacing-unit;
+ overflow-wrap: break-word;
+ word-wrap: break-word;
+ word-break: break-all;
h2 {
@include relative-font-size(2);