Skip to content

Commit

Permalink
fix: change height
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaabamboo committed Mar 6, 2024
1 parent 868c00d commit c28e226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/routes/namecard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
</div>
</div>
</Container>
<div class="w-full overflow-hidden flex-1 min-h-[400px] relative">
<div class="w-full overflow-hidden flex-1 min-h-[360px] relative">
<div class="animate-pyon bottom-0 right-0 absolute">
<img class="w-[400px] translate-x-[20%] translate-y-[60%]" src={kaho1} alt="日野下花帆" />
<img class="w-[400px] translate-x-[15%] translate-y-[60%]" src={kaho1} alt="日野下花帆" />
</div>
<img
class="absolute bottom-0 left-0 animate-kanatapeek scale-x-[-100%]"
Expand Down

0 comments on commit c28e226

Please sign in to comment.