Skip to content

Commit 9d5adf8

Browse files
committed
fix: 전체 이벤트 보러가기 버튼 간격 조정
1 parent 1989fd9 commit 9d5adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/home/ui/EventTags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const EventTags = () => {
88

99
return (
1010
<>
11-
<div className="grid grid-cols-1 gap-10 ">
11+
<div className="grid grid-cols-1 gap-10 mb-5">
1212
<EventSliderSection title="최신 이벤트" events={latestEvents} />
1313
<EventSliderSection title="요즘 뜨는 이벤트" events={trendingEvents} />
1414
<EventSliderSection title="곧 이벤트가 마감돼요! ⏰" events={closingSoonEvents} />

0 commit comments

Comments
 (0)