Break words if they are too long.

This commit is contained in:
BurnyLlama 2021-08-10 22:13:33 +02:00
parent 73d8228c62
commit 7d7d005c9a

View File

@ -66,6 +66,7 @@ h6 {
p {
margin: .5em 0 .25em 0;
text-align: justify;
overflow-wrap: break-word;
}
a {