Skip to content

Commit

Permalink
design: (#123) 데스크탑용 리스트 가로길이 변경(500px->700px)
Browse files Browse the repository at this point in the history
  • Loading branch information
chsua committed Jul 25, 2023
1 parent 591f069 commit 568d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Layout/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const MainContainer = styled.main<{ $isSidebarVisible: boolean }>`

export const ChildrenWrapper = styled.div<{ $isSidebarVisible: boolean }>`
width: 100%;
max-width: ${({ $isSidebarVisible }) => $isSidebarVisible && '500px'};
max-width: ${({ $isSidebarVisible }) => $isSidebarVisible && '700px'};
`;

0 comments on commit 568d074

Please sign in to comment.