Larger buttons on homepage jumbotron

This commit is contained in:
Calinou 2015-09-01 12:22:55 +02:00
parent aae0073963
commit d63b2b6265

View File

@ -10,7 +10,7 @@ redirect_from:
<div class="center"> <div class="center">
<h1>Meet Minetest.</h1> <h1>Meet Minetest.</h1>
<h3>A free, open source voxel game engine and game. Fully extendable. You are in control.</h3> <h3>A free, open source voxel game engine and game. Fully extendable. You are in control.</h3>
<p><a class="btn btn-primary" href="#about">Tell me more</a> <a class="btn btn-success" href="/downloads/">Download</a></p> <p><a class="btn btn-primary btn-lg" href="#about">Tell me more</a> <a class="btn btn-success btn-lg" href="/downloads/">Download</a></p>
<p><small><strong>News:</strong> 0.4.13 released (August 20<sup>th</sup> 2015)</small></p> <p><small><strong>News:</strong> 0.4.13 released (August 20<sup>th</sup> 2015)</small></p>
</div> </div>
</div> </div>