Skip to content

Commit f30caf2

Browse files
authored
web: Mobile image in /cloud (#8705)
1 parent 3aa9762 commit f30caf2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
125 KB
Loading

apps/web-roo-code/src/app/cloud/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default function CloudPage() {
124124
<section className="relative flex md:h-[calc(80vh-theme(spacing.12))] items-center overflow-hidden">
125125
<AnimatedBackground />
126126
<div className="container relative flex items-center h-full z-10 mx-auto px-4 sm:px-6 lg:px-8">
127-
<div className="grid h-full relative gap-8 md:gap-12 lg:grid-cols-2 lg:gap-16">
127+
<div className="grid h-full relative gap-4 md:gap-0 lg:grid-cols-2">
128128
<div className="flex flex-col px-4 justify-center space-y-6 sm:space-y-8">
129129
<div>
130130
<h1 className="text-4xl font-bold tracking-tight mt-8 text-center md:text-left md:text-4xl lg:text-5xl lg:mt-0">
@@ -152,14 +152,14 @@ export default function CloudPage() {
152152
</div>
153153
</div>
154154
<div className="flex items-center justify-end mx-auto h-full mt-8 lg:mt-0">
155-
<div className="md:w-[900px] md:h-[530px] bg-black dark:bg-white relative rounded-md overflow-clip shadow-2xl">
155+
<div className="md:w-[900px] md:h-[700px] dark:bg-white relative rounded-md overflow-clip">
156156
<div className="block">
157157
<Image
158158
src={screenshotDark}
159159
alt="Screenshot of Roo Code Cloud"
160160
className="max-w-full h-auto"
161-
width={2680}
162-
height={1784}
161+
width={1390}
162+
height={1012}
163163
/>
164164
</div>
165165
</div>

0 commit comments

Comments
 (0)