Skip to content

Commit 31bb1d6

Browse files
authored
fix code padding (#1773)
1 parent b56a8e6 commit 31bb1d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@ pre {
353353
background-color: var(--code-bg);
354354
}
355355

356+
pre code {
357+
padding: 0;
358+
}
359+
356360
/* top button */
357361

358362
.scroll #top {

0 commit comments

Comments
 (0)