File tree Expand file tree Collapse file tree
apps/web/client/src/app/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export default function ClaudeCodeWorkflowPage() {
174174
175175 { /* Editor Mockup - Mobile */ }
176176 < motion . div
177- className = "md:hidden w-screen relative overflow-hidden h-[800px ] mb-16 "
177+ className = "md:hidden w-screen relative overflow-hidden h-[860px ] mb-8 "
178178 { ...getBlurAnimationProps ( 0.2 ) }
179179 >
180180 < div className = "absolute top-1/2 right-10 transform -translate-y-1/2 h-[800px] w-[1000px]" >
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export default function VibeCodingWorkflowPage() {
249249
250250 { /* Editor Mockup - Mobile */ }
251251 < motion . div
252- className = "md:hidden w-screen relative overflow-hidden h-[800px ] mb-16 "
252+ className = "md:hidden w-screen relative overflow-hidden h-[860px ] mb-8 "
253253 { ...getBlurAnimationProps ( 0.2 ) }
254254 >
255255 < div className = "absolute top-1/2 right-10 transform -translate-y-1/2 h-[800px] w-[1000px]" >
You can’t perform that action at this time.
0 commit comments