Upon examining this code snippet you may notice that C appears to be positioned further to the right compared to the other buttons. While this issue is not as pronounced on my actual website, there still seems to be an unnecessary gap that I find bothersome. How can I adjust it so that the second instance of C aligns with the one in the first row?
<a href="/" class="btn btn-lg">A</a>
<a href="/" class="btn btn-lg">B</a>
<a href="/" class="btn btn-lg">C</a>
<br>
<a href="/" class="btn btn-lg">A</a>
<a href="/" class="btn btn-lg">B</a>
<input class="btn btn-lg btn-link" value="C">