Skip to content

Commit

Permalink
Fix : 로고 이미지 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YoommY2 committed Aug 15, 2022
1 parent 2d1065e commit ad9a488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SharedComponents/BrandCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const BrandLogoBackground = styled.img`

const BrandLogo = styled.img`
position: absolute;
width: 108px;
height: 44.62px;
width: 92px;
height: 44px;
top: 57.69px;
left: 26.15px;
left: 35px;
`;

const BrandName = styled.div`
Expand Down

0 comments on commit ad9a488

Please sign in to comment.