mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Fix hanging punctuation in code blocks
This commit is contained in:
parent
722cfb3348
commit
ad73316c2c
@ -1,8 +1,9 @@
|
|||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
|
||||||
background: black;
|
background: black;
|
||||||
|
border-radius: 0.5rem;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
border-radius: 0.5rem;
|
hanging-punctuation: none;
|
||||||
|
overflow: auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user