Skip to content

Commit

Permalink
fix : top버튼 반응형 작업 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
minjoon97 authored Nov 8, 2024
1 parent 10f17f7 commit 65b9ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared/ui/MoveTopButton/MoveTopButton.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ export const StyledButton = styled.button`
&:hover img {
animation: ${moveImgAnimation} 1s ease-in-out infinite;
}
@media (max-width: 960px) {
display: none;
}
`;

export const StyledText = styled.span`
Expand Down

0 comments on commit 65b9ad2

Please sign in to comment.