Skip to content

Commit

Permalink
design: 상대방이 받아보는 화면 step1 가운데정렬 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxjinn committed Feb 13, 2025
1 parent 3afeb5d commit ed53550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/giftbag/[id]/step1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Step1 = () => {

return (
<div className="h-full flex flex-col gap-[90px] jusfity-center items-center relative">
<div className="flex flex-col justify-center items-center mt-[90px] gap-8">
<div className="h-[calc(100%-68px)] flex flex-col justify-center items-center gap-8">
<p className="text-lg font-bold font-nanum">
똑똑! 선물 보따리 배달왔습니다!
</p>
Expand Down

0 comments on commit ed53550

Please sign in to comment.