Skip to content

Commit

Permalink
remove width from example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Pollak committed Mar 8, 2015
1 parent bb88a26 commit 35bbee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
<script>
new Card({
form: document.querySelector('form'),
container: '.card-wrapper',
width: 350
container: '.card-wrapper'
});
</script>
</body>
Expand Down

0 comments on commit 35bbee5

Please sign in to comment.