diff --git a/src/components/home/project/component/ProjectSlider.tsx b/src/components/home/project/component/ProjectSlider.tsx index 7a1e279..a8af9be 100644 --- a/src/components/home/project/component/ProjectSlider.tsx +++ b/src/components/home/project/component/ProjectSlider.tsx @@ -79,7 +79,7 @@ const RelativeWrapper = styled.div` position: relative; width: 100%; height: 300px; - @media (min-width: 1600px) { + @media (min-width: 1850px) { height: 500px; } @media (max-width: 900px) {