development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
2 changed files with 3 additions and 7 deletions
Showing only changes of commit 5af349ad4a - Show all commits

View File

@@ -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>

View File

@@ -25,10 +25,6 @@ export default function CloudPage() {
<CloudFeaturesLight />
</AnimatedSection>
<AnimatedSection>
<CloudFeatures />
</AnimatedSection>
<AnimatedSection>
<CloudArchitecture />
</AnimatedSection>