Skip to content

Commit

Permalink
fix: 예약 확인 모달 위치 수정 (h0ngwon#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjiiny committed Feb 7, 2024
1 parent 91d7be5 commit eff0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/camp/detail/[id]/_styles/CompleteModal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
height: 230px;
padding-top: 2rem;
position: absolute;
top: 20%;
top: 40%;
left: 30%;
border: 1px solid #999999;
border-radius: 1rem;
Expand Down

0 comments on commit eff0682

Please sign in to comment.