changed some styles
This commit is contained in:
@@ -25,7 +25,7 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
|
||||
if (isLoading) {
|
||||
return (
|
||||
<section className="bg-white rounded-2xl shadow-sm p-6">
|
||||
<section className="bg-white rounded-2xl shadow-sm p-2 md:p-6">
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
<Skeleton className="h-8 w-48" />
|
||||
<Skeleton className="h-6 w-6 rounded-full" />
|
||||
@@ -53,7 +53,7 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
const displayProducts = productsData?.data.slice(0, 10) || [];
|
||||
|
||||
return (
|
||||
<section className="bg-white rounded-2xl shadow-sm p-6">
|
||||
<section className="bg-white rounded-2xl shadow-sm p-2 md:p-6">
|
||||
<div
|
||||
className="flex items-center justify-between mb-4 cursor-pointer group"
|
||||
onClick={handleTitleClick}
|
||||
@@ -92,8 +92,8 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
images={allImages}
|
||||
labels={[]}
|
||||
price_color="#0059ff"
|
||||
height={360}
|
||||
width={250}
|
||||
// height={450}
|
||||
// width={350}
|
||||
button={true}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user