We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e994fe8 commit d9a9413Copy full SHA for d9a9413
apps/web-roo-code/src/app/cloud/page.tsx
@@ -121,7 +121,7 @@ import screenshotDark from "/public/heroes/cloud-screen.png"
121
export default function CloudPage() {
122
return (
123
<>
124
- <section className="relative flex md:h-[calc(60vh-theme(spacing.12))] items-center overflow-hidden">
+ <section className="relative flex md:h-[calc(80vh-theme(spacing.12))] items-center overflow-hidden">
125
<AnimatedBackground />
126
<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">
0 commit comments