File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export default function HeroCodeEditor({
144144 </ p >
145145 < div className = "flex max-h-80 w-full flex-col gap-2 overflow-auto" >
146146 { example . precanned . stdout && (
147- < pre className = "whitespace-pre-wrap break-words font-mono text-body font-normal leading-[26px] text-gray-20" >
147+ < pre className = "whitespace-pre-wrap break-words font-mono text-small font-normal text-gray-20 md:text-body " >
148148 { example . precanned . stdout }
149149 </ pre >
150150 ) }
@@ -156,7 +156,7 @@ export default function HeroCodeEditor({
156156 >
157157 < ArrowIcon direction = "right" />
158158 </ span >
159- < pre className = "min-w-0 flex-1 whitespace-pre-wrap break-words font-mono text-lead font-normal leading-[normal] text-purple-40" >
159+ < pre className = "min-w-0 flex-1 whitespace-pre-wrap break-words font-mono text-body font-normal text-purple-40 md:text-lead " >
160160 { example . precanned . value }
161161 </ pre >
162162 </ div >
You can’t perform that action at this time.
0 commit comments