Merge pull request #20 from hughrun/mobile-friendly
fix text wrap for code
This commit is contained in:
commit
f6839d7aef
|
@ -20,6 +20,7 @@ pre {
|
||||||
font-family: "Jetbrains Mono", "Consolas", "Courier New", monospace;
|
font-family: "Jetbrains Mono", "Consolas", "Courier New", monospace;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
|
Loading…
Reference in a new issue