Handle word wrapping in long words

This commit is contained in:
swag 2022-02-08 23:42:36 -05:00
parent 0804b52d46
commit 95c3bc83a8

View File

@ -11,6 +11,10 @@ body {
font-size: 1.25em;
}
p {
overflow-wrap: break-word;
}
a {
color: cyan;
text-decoration: none;