Skip to content

Commit

Permalink
Merge pull request #11 from rosset-nocpes/collections-blur-fix
Browse files Browse the repository at this point in the history
collections blur fix
  • Loading branch information
olexh authored May 7, 2024
2 parents 0a993e9 + a98ea89 commit 4f3c218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const CollectionItem: FC<Props> = ({ collection }) => {
))}
</div>
)}
<Stack size={7} className="grid-min-10">
<Stack size={7} className="grid-min-10 -my-4 py-5">
{collection.collection.map((item) => (
<ContentCard
containerClassName={cn(
Expand Down

0 comments on commit 4f3c218

Please sign in to comment.