Skip to content

Commit

Permalink
style: added padding to title on product template
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Dec 21, 2023
1 parent 850a3f9 commit 4ec7261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function ProductTemplateTitle({
<ProductTemplateTitleContainer>
<ProductTemplateTitleInnerContainer className="pt-7 m:pt-9 mx-6 m:mx-0">
{title && (
<Heading as="h1" size={width > breakpoints.phone ? 'h1' : 'h2'} align="center">
<Heading as="h1" size={width > breakpoints.phone ? 'h1' : 'h2'} align="center" className="px-8">
{title}
</Heading>
)}
Expand Down

0 comments on commit 4ec7261

Please sign in to comment.