Skip to content

Commit b95162c

Browse files
committed
fix: remove extra padding in fenced code blocks
Closes #539
1 parent 37a4878 commit b95162c

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)