File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export const NFTCard: React.FC<NFTCardProps> = ({
183
183
} , [ paymentTokenSymbol ] )
184
184
return (
185
185
< div
186
- className = { `shadow-2xl container bg-gray-400/30 dark:bg-gray-700/30 rounded-lg border-grey-600 transition-max-height duration-200 ease-in-out ${
186
+ className = { `mx-auto shadow-2xl container bg-gray-400/30 dark:bg-gray-700/30 rounded-lg border-grey-600 transition-max-height duration-200 ease-in-out ${
187
187
toggleText ? 'max-h-[770px]' : 'max-h-[620px]'
188
188
} `}
189
189
>
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ const Store = () => {
377
377
</ >
378
378
) }
379
379
{ nftData && nftData . length !== 0 && isAccountConnected ? (
380
- < div className = "flex-initial grid xl:grid-cols-2 grid-cols-1 gap-2 gap-x-6 sm:max-w-[50%] xl:max-w-[66%] " >
380
+ < div className = "grid xl:grid-cols-2 grid-cols-1 gap-2 lg: gap-x-6 sm:max-w-[50%] xl:max-w-[66%] " >
381
381
{ Array . from ( { length : nftData . length } ) . map ( ( _ , i ) => (
382
382
// console.log('nft data', nftData[i], i),
383
383
< NFTCard
You can’t perform that action at this time.
0 commit comments