Skip to content

Commit

Permalink
add rounded classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivke995 committed Feb 12, 2025
1 parent 36d8904 commit da3cd7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/website/src/components/cto/Services.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ import ServiceBlock from "./ServiceBlock.astro";
Discover our <span class="text-crocoder-green"> Services </span>
</h1>
</div>
<div class="m-auto grid grid-cols-1">
<div class="bg-[#FEB534] text-[#3C3843]">
<div class="m-auto grid grid-cols-1 rounded-xl">
<div class="bg-[#FEB534] text-[#3C3843] rounded-t-2xl">
<ServiceBlock
className="rounded-t-xl"
image="/pic-boy-schedule.png"
iconFirst="/shield-check-1-streamline-ultimate.svg"
iconSecond="/stopwatch-streamline-ultimate.svg"
Expand All @@ -40,7 +41,7 @@ import ServiceBlock from "./ServiceBlock.astro";
descriptionSecond="Scale dynamically to meet current needs without committing to long-term overhead."
>
</div>
<div class="bg-[#F6FCFD] text-[#3C3843]">
<div class="bg-[#F6FCFD] text-[#3C3843] rounded-b-2xl">
<ServiceBlock
image="/crocoder-ill-9-1.png"
iconFirst="/check-badge-streamline-ultimate.svg"
Expand Down

0 comments on commit da3cd7c

Please sign in to comment.