increase horizontal padding for <pre> tags

This commit is contained in:
Sam Rijs 2018-01-27 21:35:28 +11:00
parent 47f8907f3e
commit b8bd88d65b

View file

@ -22,7 +22,7 @@ pre {
white-space: pre-wrap; white-space: pre-wrap;
background: #dedede; background: #dedede;
color: #555; color: #555;
padding: .5em .3em; padding: .5em .7em;
} }
code { code {