how to reduce the width of a bootstrap a button code example
Example 1: full width bootstrap button
class="btn btn-primary btn-block"
Example 2: bootstrap 4 button size
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-sm">Small button</button>