I am trying to create uniform left and right buttons, but I am facing issues with making them look the same on both PC and mobile devices. Here is the current appearance:
View the current button design
<h3>
<a href="" class="btn btn-outline-primary" id="one">SHORT</a>
<a href="" class="btn btn-outline-primary" id="two">SHORT</a>
</h3>
<h3>
<a href="" class="btn btn-outline-primary" id="three">FEW WORDS</a>
<a href="" class="btn btn-outline-primary" id="four">SHORT</a>
</h3>