I have been trying to center the input between the two buttons but nothing seems to work:( Here is a snapshot of the current layout, I am looking to make it smaller and position it in a single line.
https://i.sstatic.net/ggZJR.png
<!-- Bootstrap-5 -->
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e1838e8e959295938091a1d4cfd1cfd3">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Body -->
<div class="card-footer">
<div class="container d-flex">
<div class="div mx-auto">
<a href="#" class="btn btn-danger">-</a>
<input type="text" class="form-control" placeholder="0">
<a href="#" class="btn btn-success">+</a>
</div>
</div>
</div>