Skip to content

Commit 03fd826

Browse files
committed
Increased font size of code blocks
1 parent a4eef4c commit 03fd826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/code/Code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Code({
1212
<div className="relative">
1313
<code
1414
className={cn(
15-
"text-xs md:text-sm block text-left whitespace-pre-wrap text-white! rounded-md p-3 bg-black",
15+
"text-sm md:text-base block text-left whitespace-pre-wrap text-white! rounded-md p-3 bg-black",
1616
"flex flex-col",
1717
className
1818
)}

0 commit comments

Comments
 (0)