Skip to content

Commit 67bad09

Browse files
committed
chore: tweak codeblock
1 parent 1c32d3f commit 67bad09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/components/Hero.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
width: 100%;
7070
background-color: var(--rp-code-block-bg);
7171
color: var(--rp-code-block-color);
72-
padding: 18px 56px 18px 0;
7372
margin: 16px 0;
7473
}
74+
75+
.codeBlock pre {
76+
padding: 18px 56px 18px 0;
77+
}

0 commit comments

Comments
 (0)