update word-wrap to overflow-wrap

This commit is contained in:
maren 2024-01-14 20:28:11 -05:00
parent 4759287654
commit 60296e15e5

View file

@ -11,7 +11,7 @@ body {
max-width: 50em;
margin: 0 auto;
line-height: 1.5;
word-wrap: break-word;
overflow-wrap: break-word;
padding: 0 1em;
}
</style>