We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca25b commit 25c8b07Copy full SHA for 25c8b07
frontend/src/features/songs/components/SongDetailItem.tsx
@@ -95,10 +95,11 @@ const Container = styled.div`
95
justify-content: center;
96
97
height: 100vh;
98
- padding-top: ${({ theme: { headerHeight } }) => headerHeight.desktop};
+ padding-top: 0;
99
100
@media (max-width: ${({ theme }) => theme.breakPoints.sm}) {
101
justify-content: flex-start;
102
+ padding-top: ${({ theme: { headerHeight } }) => headerHeight.tablet};
103
}
104
105
@media (max-width: ${({ theme }) => theme.breakPoints.xs}) {
0 commit comments