Skip to content

Commit d9a9413

Browse files
committed
Styles
1 parent e994fe8 commit d9a9413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import screenshotDark from "/public/heroes/cloud-screen.png"
121121
export default function CloudPage() {
122122
return (
123123
<>
124-
<section className="relative flex md:h-[calc(60vh-theme(spacing.12))] items-center overflow-hidden">
124+
<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">
127127
<div className="grid h-full relative gap-8 md:gap-12 lg:grid-cols-2 lg:gap-16">

0 commit comments

Comments
 (0)