Skip to content

Commit

Permalink
feat/#511: 상품상세 하단 margin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeryongChoi committed Oct 19, 2023
1 parent f6e8ec0 commit 509552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/FoodDetail/FoodDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const FoodDetail = () => {
export default FoodDetail;

const FoodDetailWrapper = styled.div`
padding: 4rem 0 10rem;
padding: 4rem 0 16rem;
`;

const FoodProfileContainer = styled.div`
Expand Down

0 comments on commit 509552e

Please sign in to comment.