Skip to content

Commit

Permalink
Fix: safeare 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 committed Feb 15, 2024
1 parent 5251d58 commit 58856f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/OnBoarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const Container = styled.div`
height: 100vh;
box-sizing: border-box;
background-color: #a883d8;
padding-bottom: 20px; /* 추가: 하단 여백을 위해 */
`;

const LogoImage = styled.img`
Expand All @@ -25,8 +26,7 @@ const LogoImage = styled.img`
`;

const Button = styled.button`
position: absolute;
bottom: 20px;
margin-top: auto; /* 추가: 자동 마진을 통해 하단에 배치 */
background-color: #ffffff;
width: 80%;
height: 45px;
Expand Down

0 comments on commit 58856f1

Please sign in to comment.