Skip to content

Commit

Permalink
사진 slider 사이 margin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddnjs3769 committed Feb 16, 2024
1 parent 5a13689 commit 27b5fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(product)/product-details/[id]/ProductSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ProductSummary = ({
/>
</div>
{/* Carousel 자리 */}
<div className="w-[415px] mb-12">
<div className="w-[415px] mb-12 mt-5">
<Slider
datas={images}
width={89}
Expand Down

0 comments on commit 27b5fb7

Please sign in to comment.