make long strings wrap lines instad of go offscreen; fix #787

This commit is contained in:
Dean Attali 2021-10-10 02:22:37 +00:00
parent f6dd3dca5e
commit 24e182b90e
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ body {
background-image: url({{ site.page-img | relative_url }});
background-attachment: fixed;
{% endif %}
overflow-wrap: break-word;
}
p {
line-height: 1.5;