how to increase the width of a bootstrap button code example
Example 1: bootstrap button bigger
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-lg">Large button</button>
Example 2: bootstrap button full width
Create block level buttons—those that span the full width of a parent—by adding .btn-block.