Skip to content

Commit

Permalink
responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Oct 30, 2023
1 parent f58039f commit 5770125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/collections/[signatureseries]/[id]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,10 @@ export default function CollectionItem() {
{assetsData?.length > 0 ? (
assetsData?.map((item) => {
return (
<div className=" p-4 h-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div
key={item.tokenID}
className=" p-4 h-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div
key={item.tokenID}
className=" border-2 p-2.5 rounded-lg shadow-lg w-full lg:w-72 hover:scale-105 duration-200 transform transition cursor-pointer border-2 dark:border-gray-500"
>
<Link
Expand Down

0 comments on commit 5770125

Please sign in to comment.