diff --git a/index.html b/index.html index 824208f..8307b38 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

The CSS changes are quite straightforward:

.btn [am-Button] { /* Default button styles */ }
 .btn-primary [am-Button~="primary"] { /* Primary colours */ }
-.btn-large [am-Button~="large"] { /* Large sizing */ }
+.btn-lg [am-Button~="large"] { /* Large sizing */ }
 

Example: Flexbox Grid

Using a grid system is commonplace and Flexbox Grid is one we're particularly fond of. Here we've converted some example markup into an AM style.

<div class="row reverse" am-Grid-Row="reverse">
   <div class="column-12--hand column-8--lap" am-Grid-Col="12 lap:8"