mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
change label margin on carousol labels
This commit is contained in:
parent
9e67b0d6ac
commit
08726374f5
@ -27,7 +27,7 @@ export async function Carousel() {
|
|||||||
src={product.featuredImage.url}
|
src={product.featuredImage.url}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="absolute bottom-0 left-0 mb-2 ml-2 flex items-center rounded-full border bg-white/80 p-1 text-black backdrop-blur-md dark:border-gray-800 dark:bg-black/80 dark:text-white md:mb-8 md:ml-8">
|
<div className="absolute bottom-0 left-0 mb-4 ml-4 flex items-center rounded-full border bg-white/80 p-1 text-black backdrop-blur-md dark:border-gray-800 dark:bg-black/80 dark:text-white">
|
||||||
<h3 data-testid="product-name" className="mr-6 inline pl-2 text-xs font-semibold">
|
<h3 data-testid="product-name" className="mr-6 inline pl-2 text-xs font-semibold">
|
||||||
{product.title}
|
{product.title}
|
||||||
</h3>
|
</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user