fix word-wrap

This commit is contained in:
jomo
2015-10-17 22:11:48 +02:00
parent c915c6699f
commit 8a59757345
2 changed files with 5 additions and 1 deletions

View File

@@ -116,6 +116,10 @@ h3 {
margin-top: 2em;
}
code {
word-wrap: break-word;
}
.code {
display: block;
font-family: monospace;