Skip to content

Commit

Permalink
fix: missing div start
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 29, 2024
1 parent 408c425 commit 4dcc64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import SvgBackground from "./SvgBackground.astro";
<img class="w-11/12 left-cloud" src={cloud.src} alt="cloud2"/>
<img class="w-5/6 md:w-full object-contain" style="z-index: 1" src={mascot.src} alt="mascot"/>
</div>

<div class="w-5/6 md:w-5/12 flex flex-col justify-center items-center gap-4 md:gap-8">
<div class="text-xs md:text-sm text-center bg-[#FFF4DC] text-pink-600 py-2 px-8 header rounded-lg">
JOIN THE KKOMMUNITY
</div>
Expand Down

0 comments on commit 4dcc64a

Please sign in to comment.