Skip to content

Commit

Permalink
Update buttons.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Shepherd committed Mar 19, 2019
1 parent b52284f commit c4a3c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/css/components/buttons.md
Expand Up @@ -63,7 +63,7 @@ Use `.btn-large` to increase the padding and border radius of a button. This is

```html
<p>
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large" type="button">Large button button</button>
</p>

Expand All @@ -73,7 +73,7 @@ Use `.btn-large` with a type scale utility to transform the text to a bigger siz

```html
<p class="f3">
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large btn-outline-blue" type="button">Large button button</button>
</p>
```
Expand Down

0 comments on commit c4a3c95

Please sign in to comment.