💄 Fix space around fenced code blocks

This commit is contained in:
zhbaor 2023-01-28 21:53:58 +08:00
parent 6f6479495a
commit edc90d2ebf

View file

@ -28,6 +28,7 @@ body{
} }
.highlight { .highlight {
padding: 0;
width: 100%; width: 100%;
font-size: 13px; font-size: 13px;
margin-bottom: 16px; margin-bottom: 16px;
@ -35,7 +36,7 @@ body{
pre { pre {
margin: 0; margin: 0;
padding: 6px 0; padding: 0;
} }
} }