diff --git a/src/components/templates/ProductTemplate/ProductTemplateTitle/ProductTemplateTitle.tsx b/src/components/templates/ProductTemplate/ProductTemplateTitle/ProductTemplateTitle.tsx index ecdd53fff..2ebc82025 100644 --- a/src/components/templates/ProductTemplate/ProductTemplateTitle/ProductTemplateTitle.tsx +++ b/src/components/templates/ProductTemplate/ProductTemplateTitle/ProductTemplateTitle.tsx @@ -52,7 +52,7 @@ export function ProductTemplateTitle({ {title && ( - breakpoints.phone ? 'h1' : 'h2'} align="center"> + breakpoints.phone ? 'h1' : 'h2'} align="center" className="px-8"> {title} )}