Skip to content

Commit

Permalink
Design: MypageForm padding ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryusoo-h committed Sep 12, 2023
1 parent 11886dc commit ec19d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/MypageForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function MypageForm({ children }: IMypageForm) {

const Container = styled.div`
width: 100%;
padding: 80px 2.2rem 3rem 2.2rem;
padding: 80px 46px 3rem;
background-color: ${({ theme }) => theme.colors.white};
border-radius: 32px;
margin-bottom: 40px;
Expand Down

0 comments on commit ec19d44

Please sign in to comment.