We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eef4c commit 03fd826Copy full SHA for 03fd826
src/components/code/Code.tsx
@@ -12,7 +12,7 @@ export function Code({
12
<div className="relative">
13
<code
14
className={cn(
15
- "text-xs md:text-sm block text-left whitespace-pre-wrap text-white! rounded-md p-3 bg-black",
+ "text-sm md:text-base block text-left whitespace-pre-wrap text-white! rounded-md p-3 bg-black",
16
"flex flex-col",
17
className
18
)}
0 commit comments