Skip to content

Commit

Permalink
design: 듣기 페이지 가운데 정렬 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee authored Oct 20, 2023
1 parent 6eca25b commit 25c8b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/features/songs/components/SongDetailItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand Down

0 comments on commit 25c8b07

Please sign in to comment.