Skip to content

Commit 25c8b07

Browse files
authored
design: 듣기 페이지 가운데 정렬 (#541)
1 parent 6eca25b commit 25c8b07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/features/songs/components/SongDetailItem.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ const Container = styled.div`
9595
justify-content: center;
9696
9797
height: 100vh;
98-
padding-top: ${({ theme: { headerHeight } }) => headerHeight.desktop};
98+
padding-top: 0;
9999
100100
@media (max-width: ${({ theme }) => theme.breakPoints.sm}) {
101101
justify-content: flex-start;
102+
padding-top: ${({ theme: { headerHeight } }) => headerHeight.tablet};
102103
}
103104
104105
@media (max-width: ${({ theme }) => theme.breakPoints.xs}) {

0 commit comments

Comments
 (0)