Skip to content

Commit

Permalink
style : banner image object-fit 속성 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Nov 13, 2023
1 parent 5d73c38 commit 1c4bf23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/MainPage/components/Banner/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export const BannerWrapper = styled.main`
`;

export const BannerImage = styled(Image)`
/* 모바일 뷰 */
@media (max-width: 375px) {
object-fit: cover;
}
object-fit: cover;
`;

export const BannerGradient = styled.div`
Expand Down

0 comments on commit 1c4bf23

Please sign in to comment.