Skip to content

Commit

Permalink
feat: 얍얍
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed May 19, 2024
1 parent e5fc398 commit dcb611b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ranking/_components/RankingInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const RankingLogoStyled = styled(RankingLogo)`
`;
const RankingInfoLayout = styled.div`
background-color: ${({ theme }) => theme.color.gray50};
width: 33.5rem;
width: 34.5rem;
height: 9.5rem;
border-radius: 12px;
margin-top: 7.6rem;
padding-left: 2rem;
padding-left: 1.5rem;
display: flex;
margin-left: 2rem;
`;
Expand Down

0 comments on commit dcb611b

Please sign in to comment.