Skip to content

Commit

Permalink
refactor: 스크롤 버튼 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang committed Aug 11, 2023
1 parent dc61a7d commit 99570a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Common/ScrollButton/ScrollButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const ScrollButtonWrapper = styled(Button)`
}
@media screen and (min-width: 600px) {
left: calc(50% + 260px);
transform: translateX(-50%);
left: calc(50% + 234px);
}
`;

0 comments on commit 99570a6

Please sign in to comment.