Fix code block styling

Fixes #38
This commit is contained in:
Oliver Davies 2017-08-18 22:05:13 +01:00
parent e9eab9260b
commit 2ed9ae6053

View file

@ -1,3 +1,6 @@
.content pre
padding: 0
pre
display: block
overflow: auto
@ -12,6 +15,14 @@ pre code
white-space: pre
word-break: normal
pre code .number
background-color: inherit
font-size: inherit
height: auto
margin-right: 0
min-width: auto
padding: 0
code.hljs
background-color: inherit
padding: 0