Skip to content

Commit

Permalink
design: 아이템 리스트 하단 패딩 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mintmin0320 committed Apr 8, 2024
1 parent d8f090e commit d845c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function ItemList() {
className={cn(
'grid grid-cols-[repeat(5,minmax(0px,1fr))] gap-x-[19px] gap-y-[25px]',
'tablet:grid-cols-[repeat(4,minmax(0px,1fr))]',
'mo:grid-cols-[repeat(3,minmax(0px,1fr))]',
'mo:grid-cols-[repeat(3,minmax(0px,1fr))] mo:pb-[86px]',
)}
>
{itemList.map((item: ItemType) => {
Expand Down

0 comments on commit d845c87

Please sign in to comment.