Skip to content

Commit e2fa0f1

Browse files
committed
fix: fixing position of "more than" symbol
1 parent 0f244c8 commit e2fa0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home/components/Faqs/Faqs.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const StyledWaveContainer = styled.div`
4242
`;
4343
export const StyleMoreIcon = styled.img`
4444
position: absolute;
45-
right: -1rem;
45+
right: 0;
4646
top: 5rem;
4747
height: 5rem;
4848
@media (min-width: 800px) {

0 commit comments

Comments
 (0)