Skip to content

Commit

Permalink
feat: display more items on big displays on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Jun 20, 2023
1 parent b6ff5e1 commit fbe45b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Index() {
key={item.id}
className={clsx(
'swiper-poster-slide shrink-0 grow-0',
'w-full xxs:w-1/2 sm:w-1/4 lg:w-1/5',
'w-full xxs:w-1/2 sm:w-1/4 lg:w-1/5 2xl:w-1/6',
)}
>
<Link to={`/media/${category}/${item.id}`}>
Expand Down

0 comments on commit fbe45b6

Please sign in to comment.