💄 Fix space around fenced code blocks
This commit is contained in:
parent
6f6479495a
commit
edc90d2ebf
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ body{
|
|||
}
|
||||
|
||||
.highlight {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
font-size: 13px;
|
||||
margin-bottom: 16px;
|
||||
|
@ -35,7 +36,7 @@ body{
|
|||
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 6px 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue