Skip to content

Commit

Permalink
fix: mobile compat
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 29, 2024
1 parent 74f9699 commit 522b8c3
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 @@ -20,7 +20,7 @@ import SvgBackground from "./SvgBackground.astro";
<img style="z-index: 1" src={mascot.src} alt="mascot" class="object-contain"/>
</div>
<div class="w-5/6 md:w-5/12 flex flex-col justify-center items-center gap-4 md:gap-8">
<div class="absolute scale-[1.75] md:scale-[2]" style="z-index: -1">
<div class="absolute scale-[1.8] md:scale-[2]" style="z-index: -1">
<img src={blob.src} alt="blob" class="w-full"/>
</div>
<div class="text-xs md:text-sm text-center bg-[#FFF4DC] text-pink-600 py-2 px-8 header rounded-lg">
Expand Down

0 comments on commit 522b8c3

Please sign in to comment.