How to center align a button in liquid markup?

Hello, I need someones help adding center alignment to this custom liquid?

Contact
<div style="text-align: center;">
<a href="/pages/contact" class="button button--primary">Contact</a>
</div>

The link element needs to be inside a container or paragraph that is centered.

1 Like

Thank you very much!

1 Like