Skip to content

Commit

Permalink
feat: bg-3 w mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 29, 2024
1 parent 0dfaabc commit f1beafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/SvgBackground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import background from '../../assets/bg-2.svg';
---

<div class="background absolute top-0 z-0 hidden md:block">
<div class="background absolute top-0 z-0 ">
<img src={background.src} alt="background" class="w-full h-full object-cover"/>
</div>

Expand Down

0 comments on commit f1beafc

Please sign in to comment.