Skip to content

Commit

Permalink
style: 이미지 비율 1:1
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Feb 29, 2024
1 parent a135bd5 commit dff1d62
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const TournamentRankingCardWrapper = styled.div`
img {
width: 7.2rem;
height: auto;
aspect-ratio: 1 / 1;
border-radius: 1.2rem;
}
`;
Expand Down

0 comments on commit dff1d62

Please sign in to comment.