Skip to content

Commit

Permalink
Merge pull request #194 from KDT-hahahoho/Feat/#192
Browse files Browse the repository at this point in the history
Feat: 카드 이미지 서로 마주보도록 변경
  • Loading branch information
woojoung1217 authored Nov 20, 2024
2 parents a7e2296 + 7340b6b commit c31f8fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/home/CoupleInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,12 @@ const SpouseCard = styled.div`
padding: 1rem;
box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.1);
`;

const CardImage = styled.img`
width: 11rem;
height: 10rem;
border-radius: 50%;
margin-bottom: 1rem;
margin-bottom: 1.8rem;
transform: scaleX(-1);
`;

const CardName = styled.div`
Expand Down

0 comments on commit c31f8fd

Please sign in to comment.