diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-19 14:59:05 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-19 14:59:05 -0300 |
commit | 1426cfd1780991c5c0e6afa3dc2fec509672b6be (patch) | |
tree | 05d044555428c6a9fdc245393a05f3740469822d | |
parent | b1dd3eafe71f6341848c7a6c4aeee429739a6601 (diff) | |
download | ndato.com-master.tar.gz |
-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 { |