Skip to content

Commit

Permalink
fix: Header, Layout min-width 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Aug 7, 2024
1 parent 300187e commit f39ef2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const container = style({
top: 0,
maxWidth: 1440,
width: '100%',
minWidth: 1000,
margin: '0 auto',
padding: '22px 156px 22px 150px',

Expand Down
1 change: 0 additions & 1 deletion src/common/components/Layout/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const container = style({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
minWidth: 1000,
backgroundColor: theme.color.background,
});

Expand Down

0 comments on commit f39ef2b

Please sign in to comment.