## Expanded
-To create an expanded button (full width of it's container), add the class `.expanded` to the outer `<table>` of the button, and wrap a `<center>` tag around the `<a>`.
+To create an expanded button (full width of it's container), add the class `.expand` to the outer `<table>` of the button, and wrap a `<center>` tag around the `<a>`.
-In Inky HTML, add the `.expanded` class to the `<button>` tag.
+In Inky HTML, add the `.expand` class to the `<button>` tag.
```inky_example
-<button href="zurb.com" class="expanded">Expanded Button</button>
+<button href="zurb.com" class="expand">Expanded Button</button>
```
---
<container>
<row>
<columns small="12" large="6">
- <button href="zurb.com" class="expand">button</button>
+ <button href="#" class="expand">button</button>
</columns>
<columns small="12" large="6">
- <button href="zurb.com" class="expand">example text 2</button>
+ <button href="#" class="expand">example text 2</button>
</columns>
</row>
<row>
<columns small="6" large="6">
- <button href="zurb.com" class="expand">button</button>
+ <button href="#" class="expand">button</button>
</columns>
<columns small="6" large="6">
- <button href="zurb.com" class="expand">example text 2</button>
+ <button href="#" class="expand">example text 2</button>
</columns>
</row>
<row>
<columns small="12" large="3">
- <button href="zurb.com" class="expand">button</button>
+ <button href="#" class="expand">button</button>
</columns>
<columns small="12" large="9">
- <button href="zurb.com" class="expand">example text 2</button>
+ <button href="#" class="expand">example text 2</button>
</columns>
</row>
<row>
<columns small="12" large="4">
- <button href="zurb.com" class="expand">button</button>
+ <button href="#" class="expand">button</button>
</columns>
<columns small="12" large="8">
- <button href="zurb.com" class="expand">example text 2</button>
+ <button href="#" class="expand">example text 2</button>
</columns>
</row>
<row>
<columns small="4" large="4">
- <button href="zurb.com" class="small expand">button</button>
+ <button href="#" class="small expand">button</button>
</columns>
<columns small="6" large="8">
- <button href="zurb.com" class="small expand">example text 2</button>
+ <button href="#" class="small expand">example text 2</button>
</columns>
</row>
</container>
\ No newline at end of file