fix text wrap for code

This commit is contained in:
Hugh Rundle 2021-01-24 13:06:51 +11:00
parent 8c99dfc3fa
commit dd645ceac9

View file

@ -20,6 +20,7 @@ pre {
font-family: "Jetbrains Mono", "Consolas", "Courier New", monospace;
background-color: #eee;
padding: 0 0.5em;
word-wrap: break-word;
}
a,