Browse Source

fixing the dump wrapping on the homepage

pull/253/head
connors 11 years ago
parent
commit
27437beb91
  1. 4
      index.html

4
index.html

@ -44,6 +44,7 @@ base_url: "./"
<h2 class="section-heading">The mobile framework built for you</h2>
<p class="section-lead">Here's why we think you're going to love it.</p>
</div>
<div class="column-group">
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-code"></span>
@ -58,6 +59,8 @@ base_url: "./"
<h3 class="benefit-heading">Tons of UI patterns</h3>
<p class="benefit-text">All the UI patterns that you'd expect in one simple framework. We've included our buttons, controls, forms, and behaviors that are optimized for performance in your app.</p>
</div>
</div>
<div class="column-group">
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-pages"></span>
@ -73,6 +76,7 @@ base_url: "./"
<p class="benefit-text">It's super fast to get set up with Ratchet. Once you've downloaded the code, take a look at one of our starter templates or example applications.</p>
</div>
</div>
</div>
</section>
<section class="docs-contribute docs-section">

Loading…
Cancel
Save