Skip to content

Commit d62b2cf

Browse files
committed
feat: MemeQuizResult 스타일 수정 - 카드 상단 여백 조정
- MemeQuizResult 컴포넌트의 카드 상단 여백을 108px에서 70px으로 변경하여 UI를 개선함 - 사용자 경험을 향상시키기 위한 작업임
1 parent 9026cc8 commit d62b2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/MemeQuizPage/components/MemeQuizResult/MemeQuizResult.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ResultCard = styled.div`
1616
width: calc(100% - 40px);
1717
max-width: ${({ theme }) => theme.breakpoints.mobile};
1818
height: 481px;
19-
margin-top: 108px;
19+
margin-top: 70px;
2020
border-radius: 14px;
2121
background: linear-gradient(
2222
135deg,

0 commit comments

Comments
 (0)