Skip to content

Commit

Permalink
hotfix: 디테일 페이지 하단 margin 적용안되는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
oooppq committed Feb 1, 2024
1 parent c4e48b8 commit 62490b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/detail/HereToBuy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const HereTobuy = async ({ id }: BuyProps) => {
<hr className="my-11 mx-4 mborder-t-[1.5px] border-[#f7f7f7]" />
<div className="mx-4">
<div className="h2 mb-[30px]">여기서 구매할 수 있어요</div>
<div className="grid gap-y-3 mb-[166px]">
<div className="grid gap-y-3 mb-[100px]">
{data.purchaseList?.map(
({
title,
Expand Down

0 comments on commit 62490b5

Please sign in to comment.