diff --git a/frontend/src/features/songs/components/SongDetailItem.tsx b/frontend/src/features/songs/components/SongDetailItem.tsx index ce9e0f24..7700c2ff 100644 --- a/frontend/src/features/songs/components/SongDetailItem.tsx +++ b/frontend/src/features/songs/components/SongDetailItem.tsx @@ -95,10 +95,11 @@ const Container = styled.div` justify-content: center; height: 100vh; - padding-top: ${({ theme: { headerHeight } }) => headerHeight.desktop}; + padding-top: 0; @media (max-width: ${({ theme }) => theme.breakPoints.sm}) { justify-content: flex-start; + padding-top: ${({ theme: { headerHeight } }) => headerHeight.tablet}; } @media (max-width: ${({ theme }) => theme.breakPoints.xs}) {