Skip to content

Commit

Permalink
removing bad class from item grid
Browse files Browse the repository at this point in the history
  • Loading branch information
patsissons committed Apr 9, 2023
1 parent 3fe3442 commit 2c16ef3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/components/Items/ItemGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@

<ul
class={`gap-y-2 justify-items-center overflow-x-hidden animate-stagger ${
center
? 'flex flex-flow'
: 'grid grid-cols-3 xs:grid-cols-5 lg:grid-cols-10'
center ? 'flex' : 'grid grid-cols-3 xs:grid-cols-5 lg:grid-cols-10'
}`}
>
{#each $items as { id, title, url, description, date, tmdbRating, image }, index}
Expand Down

0 comments on commit 2c16ef3

Please sign in to comment.