Skip to content

Commit

Permalink
Merge pull request #273 from imi21123/test
Browse files Browse the repository at this point in the history
Feat: 가게 페이지 배너 이미지 크기 조정
  • Loading branch information
imi21123 authored Mar 25, 2024
2 parents e49c02b + b871b35 commit 6dc490b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/StoreDetailPage/StoreDetailPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
.store-detail-page__banner {
display: flex;
width: 100%;
height: fit-content;
flex-shrink: 0;
height: auto;
background-size: cover;
background-position: center;
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
justify-content: center;
align-items: center;
}

.store-detail-page__banner__image {
Expand Down

0 comments on commit 6dc490b

Please sign in to comment.