Skip to content

Commit 257d105

Browse files
drfarrellclaude
andcommitted
Adjust mobile mockup: height 860px, reduce bottom margin
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e7f2279 commit 257d105

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/client/src/app/workflows/claude-code/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]">

apps/web/client/src/app/workflows/vibe-coding/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]">

0 commit comments

Comments
 (0)