Add a Bootstrap class to set the size of the first button to "large" and the last button to "small".
<button class="btn btn-primary @(6)">Button</button>
<button class="btn btn-primary @(6)">Button</button>
<button class="btn btn-primary btn-lg">Button</button>
<button class="btn btn-primary btn-sm">Button</button>