Skip to content

Commit

Permalink
style: added spacing to heading on product template
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Dec 21, 2023
1 parent 4ec7261 commit 28920b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`<ProductTemplateTitle /> renders correct sized title on desktop 1`] = `
class="c2 pt-7 m:pt-9 mx-6 m:mx-0"
>
<h1
class="c3"
class="c3 px-8"
>
ProductTemplateTitle title
</h1>
Expand Down Expand Up @@ -113,7 +113,7 @@ exports[`<ProductTemplateTitle /> renders correct sized title on small screens 1
class="c2 pt-7 m:pt-9 mx-6 m:mx-0"
>
<h1
class="c3"
class="c3 px-8"
>
ProductTemplateTitle title
</h1>
Expand Down Expand Up @@ -190,7 +190,7 @@ exports[`<ProductTemplateTitle /> renders with all the props 1`] = `
class="c2 pt-7 m:pt-9 mx-6 m:mx-0"
>
<h1
class="c3"
class="c3 px-8"
>
ProductTemplateTitle title
</h1>
Expand Down

0 comments on commit 28920b1

Please sign in to comment.