Skip to content

Commit 0d9a7bb

Browse files
authored
fix: remove extra padding in fenced code blocks (#540)
Closes #539
1 parent 37a4878 commit 0d9a7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272

7373
.astro-code code {
74-
@apply bg-inherit;
74+
@apply bg-inherit p-0;
7575
}
7676

7777
blockquote {

0 commit comments

Comments
 (0)