table {
td {
- width: auto !important;
text-align: left;
color: $button-color;
background: $button-background;
<container>
<row>
<columns small="12" large="12">
+ <center>
<button href="http://zurb.com" class="tiny" href="http://zurb.com">I am a tiny button</button>
+ </center>
</columns>
</row>
<row>
<table>
<tr>
<td>
- <a href="https://zurb.com">I am a large button</a>
+ <a href="https://zurb.com" style="width: 100% !important;">I am a large button</a>
</td>
</tr>
</table>
</tr>
</table>
+
</th>
</tr>
</table>