Skip to content

Commit

Permalink
fix: mobile padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriababic committed Feb 12, 2025
1 parent 2baadaa commit d644f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/website/src/components/cto/Values.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ import InfoBlock from "./InfoBlock.astro";
</div>
</div>
<div
class="bg-[#3C3843E5]/90 lg:col-span-1 lg:row-span-2 rounded-2xl grid gap-7"
class="bg-[#3C3843E5]/90 lg:col-span-1 lg:row-span-2 rounded-2xl grid md:gap-7"
>
<InfoBlock
className="pl-12 pt-12"
className="md:pl-12 md:pt-12 p-7"
icon="/management-streamline-ultimate.svg"
title="Build High-Performing Teams Without Micromanagement"
description="Empower your teams to operate independently by introducing sustainable processes and bringing in specialized expertise only where it’s needed"
Expand All @@ -69,7 +69,7 @@ import InfoBlock from "./InfoBlock.astro";
</div>
</div>
<div
class="bg-[#424C6DE5]/90 p-12 lg:col-span-1 lg:col-start-2 lg:row-start-2 rounded-2xl"
class="bg-[#424C6DE5]/90 p-7 md:p-12 lg:col-span-1 lg:col-start-2 lg:row-start-2 rounded-2xl"
>
<InfoBlock
icon="/calendar-add-streamline-core.svg"
Expand Down

0 comments on commit d644f80

Please sign in to comment.