Skip to content

Commit aa09c25

Browse files
committed
💄 [Design]: 방송 목록 가로 가운데 정렬 추가
1 parent c223e6e commit aa09c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/pages/Home/LiveList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function LiveList() {
5959
}, []);
6060

6161
return (
62-
<div className="flex flex-col w-full flex-1 p-10 justify-start">
62+
<div className="flex flex-col w-full flex-1 p-10 justify-start items-center">
6363
<div className="h-14 w-full flex justify-between items-center my-5 px-5">
6464
<FieldFilter onClickFilterButton={hanldeFilterField} />
6565
<Search onSearch={handleSearch} />

0 commit comments

Comments
 (0)