Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
fix: responsive on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
D33102 committed Jul 11, 2023
1 parent 96883b1 commit e7d9cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/baan-choosing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const BaanChoosing = () => {
<div
className={`mx-4 my-3 flex h-20 w-20 items-center justify-center rounded-lg bg-white ring-2 ring-purple lg:h-24 lg:w-24`}
>
<div className="absolute flex h-7 w-7 -translate-x-9 -translate-y-9 items-center justify-center rounded-md bg-purple text-white">
<div className="absolute flex h-5 w-5 -translate-x-8 -translate-y-8 items-center justify-center rounded-md bg-purple text-white lg:h-7 lg:w-7 lg:-translate-x-9 lg:-translate-y-9">
<p>{e.num}</p>
</div>
<Image
Expand Down

0 comments on commit e7d9cdb

Please sign in to comment.