Merge pull request #20 from hughrun/mobile-friendly

fix text wrap for code
This commit is contained in:
Hugh Rundle 2021-01-24 16:55:08 +11:00 committed by GitHub
commit f6839d7aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,