@@ -12,18 +12,20 @@ import OgImage from '../components/OgImage';
1212 twitterTitle = " Netlify Cloudinary - Automatic Optimization at Scale"
1313/>
1414
15- <div className = " lg:h-full max-w-5xl mx-auto grid lg:grid-cols-2 py-8 lg:py-0 lg:-mt-[var(--nextra-navbar-height)]" >
16- <div className = " flex lg:justify-center flex-col order-2 lg:order-1" >
17- <h1 className = " text-5xl font-bold text-center lg:text-left mb-6" >Netlify Cloudinary</h1 >
18- <p className = " text-xl text-center lg:text-left mb-6" >Optimize images at scale on Netlify with Cloudinary</p >
19- <p className = " text-center lg:text-left" >
20- <Button href = " /installation" >Get Started</Button >
21- </p >
22- </div >
23- <div className = " flex lg:justify-center flex-col order-1 lg:order-2 pb-12 lg:pb-0" >
24- <div className = " relative w-full max-w-md lg:max-w-xl aspect-[8/6] mx-auto" >
25- <img className = " absolute top-0 left-0 w-1/2" width = " 378" height = " 333" src = " /images/netlify-logo-dark.svg" />
26- <img className = " absolute bottom-0 right-0 w-1/2" width = " 359" height = " 156" src = " /images/cloudinary-logo-dark.svg" />
15+ <div className = " flex items-center h-[calc(100vh-var(--nextra-navbar-height))]" >
16+ <div className = " max-w-5xl mx-auto grid gap-4 lg:gap-14 lg:grid-cols-2 -mt-[calc(var(--nextra-navbar-height)/2)]" >
17+ <div className = " flex lg:justify-center flex-col order-2 lg:order-1" >
18+ <h1 className = " text-5xl font-bold text-center lg:text-left mb-6" >Netlify Cloudinary</h1 >
19+ <p className = " text-xl text-center lg:text-left mb-6" >Optimize images at scale on Netlify with Cloudinary</p >
20+ <p className = " text-center lg:text-left" >
21+ <Button href = " /installation" >Get Started</Button >
22+ </p >
23+ </div >
24+ <div className = " flex lg:justify-center flex-col order-1 lg:order-2 pb-8 lg:pb-0" >
25+ <div className = " grid grid-cols-2 gap-12 items-center lg:block lg:relative w-full max-w-xs lg:max-w-xl lg:aspect-[8/6] mx-auto" >
26+ <img className = " lg:absolute lg:top-0 lg:left-0 w-full lg:w-1/2" width = " 378" height = " 333" src = " /images/netlify-logo-dark.svg" />
27+ <img className = " lg:absolute lg:bottom-0 lg:right-0 w-full lg:w-1/2" width = " 359" height = " 156" src = " /images/cloudinary-logo-dark.svg" />
28+ </div >
2729 </div >
2830 </div >
2931</div >
0 commit comments