diff --git a/src/components/Post/PostListSlider.tsx b/src/components/Post/PostListSlider.tsx index 570fbf3..555e072 100644 --- a/src/components/Post/PostListSlider.tsx +++ b/src/components/Post/PostListSlider.tsx @@ -27,7 +27,7 @@ export default function PostListSlider({ "(min-width: 1024px)": { slides: { perView: 3, // lg 이상: 3개 - spacing: 14, + spacing: 6, }, }, }, @@ -51,7 +51,7 @@ export default function PostListSlider({
{posts.map((post) => ( -
+
))}