File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments