Skip to content

Commit

Permalink
add class to remove top margin on titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo committed Jun 20, 2022
1 parent 4d15ea8 commit 0b39537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/main-order.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</symbol>
</svg>
<div>
<h1>{{ 'customer.account.title' | t }}</h1>
<h1 class="customer__title">{{ 'customer.account.title' | t }}</h1>
<a href="{{ routes.account_url }}">{{ 'customer.account.return' | t }}</a>
</div>

Expand Down

0 comments on commit 0b39537

Please sign in to comment.