After using Bootstrap, I managed to create a row with multiple buttons.
I encountered an issue where the buttons do not align properly when viewed on mobile devices, as depicted in the image provided.
Is there a solution to ensure that these buttons always stay aligned, even if it means having an overflow-x scroll option available?
See Demo
<div class="row justify-content-center" style="margin-top: 160px;">
<a style="color: #51CC8B;" class="btnP" >Tots
<span class="nav-link btn-glyphicon1">34</span>
</a>
<a style="color: #4981C2;" class="btnR">Drops
<span class="nav-link btn-glyphicon">6</span>
</a>
<a style="color: #4981C2;" class="btnD">Drags
<span class="nav-link btn-glyphicon">3</span>
</a>
</div>