Skip to content

Commit c28c968

Browse files
committed
💄 style:programList item 4칸 변경
Issue Resolved: #
1 parent 088e682 commit c28c968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/pages/ProgramsPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function ProgramsPage() {
1818
const programs = data;
1919
//현재 데이터가 없어서 mock 대체
2020
return (
21-
<ul className="grid grid-cols-[repeat(5,minmax(auto,_1fr))] gap-6 overflow-auto">
21+
<ul className="grid grid-cols-[repeat(4,minmax(auto,_1fr))] gap-6 overflow-auto">
2222
{programs.map((program) => (
2323
<li key={program.id}>
2424
<Link to={ROUTE_URL.PROGRAM.PROGRAM_DETAIL(program.id)}>

0 commit comments

Comments
 (0)