Skip to content

Commit 4accbb8

Browse files
authored
Update SingleProduct.component.tsx
1 parent f68476d commit 4accbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/SingleProduct.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
7979
/>
8080
)}
8181
<div className="ml-8">
82-
<p className="text-3xl font-bold text-left">{name}</p>
82+
<p className="text-3xl font-bold text-center md:text-left">{name}</p>
8383
<br />
8484
{/* Display sale price when on sale */}
8585
{onSale && (

0 commit comments

Comments
 (0)