Block Buttons
Adding button-block
to a button applies display: block
display. A block button will however go 100% of its parent's width. In the example, the button's containing content element also has padding
applied, so there is some breathing room between the edge of the device and the buttons.
<buttonclass="button button-block button-positive">
Block Button
</button>