Skip to content

Commit

Permalink
Merge pull request #134 from softeerbootcamp4th/__hotfix
Browse files Browse the repository at this point in the history
hotfix: 아이폰에서 배너이미지가 화면에 꽉 차는 이슈
  • Loading branch information
thgee authored Aug 26, 2024
2 parents c4a3cb5 + 07c916e commit aa63839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/service/src/components/main/Banner/Banner.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const bannerImg = ({ index, currentIndex }: IBannerImg) => css`
object-fit: cover;
${mobile(css`
height: fit-content;
height: auto;
`)}
`;

Expand Down
2 changes: 1 addition & 1 deletion packages/service/src/pages/NewCar/NewCar.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const mainImg = css`
object-fit: cover;
${mobile(css`
height: fit-content;
height: auto;
`)}
`;

0 comments on commit aa63839

Please sign in to comment.