Fix code margin to padding

This commit is contained in:
Joe Hutchinson
2019-01-29 09:20:54 -05:00
parent 21e546d1cc
commit b5cb9ffdf6
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -340,7 +340,7 @@ code {
}
pre > code {
display: block;
margin: 0.5em;
padding: 0.5em;
word-break: normal;
overflow-x: auto;
color: black;