We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68476d commit 4accbb8Copy full SHA for 4accbb8
src/components/Product/SingleProduct.component.tsx
@@ -79,7 +79,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
79
/>
80
)}
81
<div className="ml-8">
82
- <p className="text-3xl font-bold text-left">{name}</p>
+ <p className="text-3xl font-bold text-center md:text-left">{name}</p>
83
<br />
84
{/* Display sale price when on sale */}
85
{onSale && (
0 commit comments