Fix lines within code blocks
Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/106
This commit is contained in:
parent
c8169caec4
commit
460fb414b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue