website/www: properly center button

This commit is contained in:
Mitchell Hashimoto 2013-12-09 00:24:08 -08:00
parent 327caacc98
commit 1825c0ddcb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ $ vagrant up
</div> <!-- /row --> </div> <!-- /row -->
<div class="row"> <div class="row">
<a href="http://docs.vagrantup.com/v2/getting-started/index.html"> <a href="http://docs.vagrantup.com/v2/getting-started/index.html">
<div class="button white-button with-carat span5 offset3"> <div class="button white-button with-carat span6 offset3">
<span>get started&raquo;</span> <span>get started&raquo;</span>
</div> <!-- /span --> </div> <!-- /span -->
</a> </a>