Skip to content

Commit

Permalink
style: 마이페이지 화면 레이아웃 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hailey-hy committed Dec 18, 2024
1 parent 2ad6ca3 commit 1ab6e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const LayoutContainer = styled.div`
`;

const ContentWrapper = styled.div`
display: flex;
flex: 1; // 남은 공간을 모두 차지하도록 설정
`;

Expand Down
1 change: 1 addition & 0 deletions src/pages/my/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ const LNBWrapper = styled.div`

const ContentWrapper = styled.div`
width: 100%;
height: 100%;
padding: 0;
`;

0 comments on commit 1ab6e8e

Please sign in to comment.