Skip to content

Commit 928af0c

Browse files
committed
refactor(website): update code block padding and font size
1 parent d884e0a commit 928af0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/app/overrides.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626

2727
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
28-
padding: 2px 3.6px;
29-
font-size: 14px;
28+
padding: .125rem .25em;
29+
font-size: .9em;
3030
}
3131

3232
.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {

0 commit comments

Comments
 (0)