diff --git a/src/layout/MypageLayout.tsx b/src/layout/MypageLayout.tsx index 03d2d87c..7cafe713 100644 --- a/src/layout/MypageLayout.tsx +++ b/src/layout/MypageLayout.tsx @@ -112,7 +112,7 @@ const ContainerWrap = styled.div` display: flex; flex-direction: row; gap: 35px; - min-width: 1280px; + min-width: 1400px; height: 100%; `;