Skip to content

Commit

Permalink
fix: 온보딩 디바이스 패딩 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Mar 3, 2024
1 parent 6476924 commit c8e654c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/onboard/onboard-step1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const OnboardStep1 = () => {
return (
<div
key="step1"
className="px-5 h-full flex flex-col items-center text-center space-y-[2vb] justify-center"
className="px-5 h-full flex flex-col items-center text-center space-y-[2vb] justify-center pb-[5vb]"
>
<h2 className="text-[2.3vb]">
<b>남의위키 링크를 공유</b>해 친구에게
Expand Down
2 changes: 1 addition & 1 deletion components/onboard/onboard-step2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const OnboardStep2 = () => {
return (
<div
key="step2"
className="px-5 h-full flex flex-col items-center text-center space-y-[2vb] justify-center"
className="px-5 h-full flex flex-col items-center text-center space-y-[2vb] justify-center pb-[5vb]"
>
<h2 className="text-[2.3vb]">
친구와 <b>알게 된 기간, 경로</b>에 따라
Expand Down
2 changes: 1 addition & 1 deletion components/onboard/onboard-step3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const OnboardStep3 = () => {
return (
<div
key="step3"
className="px-5 h-full flex flex-col items-center text-center space-y- justify-center space-y-[2vb]"
className="px-5 h-full flex flex-col items-center text-center space-y- justify-center space-y-[2vb] pb-[5vb]"
>
<h2 className="text-[2.3vb]">
내 결과 보기 페이지에서 그룹별로
Expand Down

0 comments on commit c8e654c

Please sign in to comment.