add break-word word-wrap, as suggested by @rand00

This commit is contained in:
Hannes Mehnert 2022-10-11 14:10:25 +02:00
parent b672687f2d
commit 35c6f19123

View file

@ -82,6 +82,10 @@ body h2 {
font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
}
p > code {
word-wrap: break-word;
}
.post-title {
}
.author {