(Fix) index.html: use .row and .content correctly

This commit is contained in:
0xfff 2016-09-26 14:35:25 +02:00
parent 586b9b9ef3
commit a502cf4d70

View file

@ -106,7 +106,8 @@ description: pages.home.description
SELF GOVERNING | SELF FUNDING
-->
<section>
<div class="content row">
<div class="content">
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.home.governance-heading%}</h2>
@ -120,13 +121,15 @@ description: pages.home.description
<img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}">
</div>
</div>
</div>
</section>
<!--
FASTEST GROWING NETWORK
-->
<section>
<div class="content row">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.home.network-growth-heading %}</h2>
@ -138,13 +141,15 @@ description: pages.home.description
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
</div>
</div>
</div>
</section>
<!--
EVOLUTION
-->
<section>
<div class="content row">
<div class="content">
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<h2>{% t pages.home.evolution-heading %}</h2>
@ -156,6 +161,7 @@ description: pages.home.description
<img src="/assets/img/home/stock-photo-63187555-she-ll-source-whatever-her-customers-are-looking-for.jpg" alt="Merchant using a laptop">
</div>
</div>
</div>
</section>
<!--