Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Removed boostrap mt and mb classes to remove added margins. Refer…
Browse files Browse the repository at this point in the history
… to #71 and adds to #72.
  • Loading branch information
Torgian committed Mar 3, 2020
1 parent 1ae76ca commit 3e3ff60
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
</div>
</div>
<div class="container">
<div class="row mt-5 mb-5 pt-5">
<div class="col-sm-12 mt-5 text-center">
<div class="row pt-5">
<div class="col-sm-12 text-center">
<h2>Our values</h2>
</div>
</div>
Expand All @@ -147,31 +147,31 @@
<div id="icon_area" class="mb-5">
<div class="row text-center">
<div class="col-md-6 mt-3">
<img class="img-fluid mb-3" src="{{asset "images/icons/icon_lock.svg"}}" />
<img class="img-fluid" src="{{asset "images/icons/icon_lock.svg"}}" />
<h3 class="mb-3">Privacy by Design</h3>
<p>Consento provides 100% privacy.</p>
</div>
<div class="col-md-6 mt-3">
<img class="img-fluid mb-3" src="{{asset "images/icons/icon_empowerment.svg"}}" />
<img class="img-fluid" src="{{asset "images/icons/icon_empowerment.svg"}}" />
<h3 class="mb-3">Empowerment</h3>
<p>Consento makes you keep control over our data.</p>
</div>
</div>
<div class="row text-center">
<div class="col-md-6 mt-3">
<img class="img-fluid mb-3" src="{{asset "images/icons/icon_human centric.svg"}}" />
<img class="img-fluid" src="{{asset "images/icons/icon_human centric.svg"}}" />
<h3 class="mb-3">Human centric</h3>
<p>Consento builds on trusted human relationship.</p>
</div>
<div class="col-md-6 mt-3">
<img class="img-fluid mb-3" src="{{asset "images/icons/icon_transparency.svg"}}" />
<img class="img-fluid" src="{{asset "images/icons/icon_transparency.svg"}}" />
<h3 class="mb-3">Transparency</h3>
<p>Consento is 100% FOSS.</p>
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<img class="img-fluid mb-3 mt-3" src="{{asset "images/icons/icon_diversity.svg"}}" />
<img class="img-fluid" src="{{asset "images/icons/icon_diversity.svg"}}" />
<h3 class="mb-3">Diversity</h3>
<p>Consento empowers small businesses.</p>
</div>
Expand Down

0 comments on commit 3e3ff60

Please sign in to comment.