diff options
Diffstat (limited to 'zola/static/style.css')
-rw-r--r-- | zola/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zola/static/style.css b/zola/static/style.css index e465fb8..3d46932 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -83,6 +83,7 @@ body { max-width: var(--body-max-width); background-color: var(--filling-background-color); margin: auto; + overflow-wrap: anywhere; } section { |