Fix lines within code blocks

Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/106
This commit is contained in:
Djordje Atlialp 2020-04-16 09:16:17 +02:00
parent c8169caec4
commit 460fb414b2

View file

@ -178,7 +178,7 @@ code {
pre { pre {
background: #212020; background: #212020;
padding: 20px; padding: 10px 10px 10px 20px;
border-radius: 8px; border-radius: 8px;
font-size: .95rem; font-size: .95rem;
overflow: auto; overflow: auto;