We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a54410 commit 0961d61Copy full SHA for 0961d61
blog/css/blog.css
@@ -36,9 +36,9 @@
36
37
38
code
39
- {font-family:monospace;background:whitesmoke;white-space:pre}
+ {font-family:monospace;background:whitesmoke}
40
code:not(.inline)
41
- {display:block;padding:10px;margin:20px 0;overflow:auto}
+ {display:block;padding:10px;margin:20px 0;overflow:auto;white-space:pre}
42
code.inline, code[inline]
43
{display:inline;padding:5px 10px}
44
0 commit comments