development_logos #1
@@ -142,7 +142,7 @@ function CloudFeaturesDesktop() {
|
||||
return (
|
||||
<TabGroup
|
||||
vertical
|
||||
className="grid grid-cols-12 items-start gap-10"
|
||||
className="grid grid-cols-12 items-center gap-10"
|
||||
selectedIndex={selectedIndex}
|
||||
onChange={onChange}
|
||||
>
|
||||
@@ -263,11 +263,11 @@ export function CloudFeaturesLight() {
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
<div className="hidden md:block mt-20">
|
||||
<div className="hidden md:block mt-12">
|
||||
<CloudFeaturesDesktop />
|
||||
</div>
|
||||
|
||||
<div className="md:hidden mt-16">
|
||||
<div className="md:hidden mt-12">
|
||||
<CloudFeaturesMobile />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -25,10 +25,6 @@ export default function CloudPage() {
|
||||
<CloudFeaturesLight />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudFeatures />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudArchitecture />
|
||||
</AnimatedSection>
|
||||
|
||||
Reference in New Issue
Block a user