how to control bootsrap button width code example
Example 1: full width bootstrap button
class="btn btn-primary btn-block"
Example 2: 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>