Skip to content

Commit

Permalink
Merge pull request FoalTS#11 from FoalTS/responsive-master
Browse files Browse the repository at this point in the history
Fix the responsive grid.
  • Loading branch information
LoicPoullain authored Feb 9, 2018
2 parents b526564 + 43d6510 commit 5460e57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3 class="text-center">Create your first app</h3>
<div class="col-lg-12">
<h2 class="text-center mb-5">Features</h2>
<div class="row">
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="alert-heading text-center">TypeScript</h4>
<p class="text-justify">
Expand All @@ -101,7 +101,7 @@ <h4 class="alert-heading text-center">TypeScript</h4>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="text-center">Architecture</h4>
<p class="text-justify">
Expand All @@ -110,7 +110,7 @@ <h4 class="text-center">Architecture</h4>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="text-center">Many packages</h4>
<p class="text-justify">
Expand All @@ -119,7 +119,7 @@ <h4 class="text-center">Many packages</h4>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="text-center">Great tools</h4>
<p class="text-justify">
Expand All @@ -128,7 +128,7 @@ <h4 class="text-center">Great tools</h4>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="text-center">Asynchronicity</h4>
<p class="text-justify">
Expand All @@ -137,7 +137,7 @@ <h4 class="text-center">Asynchronicity</h4>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 d-flex">
<div class="col-lg-4 col-md-6 d-flex">
<div class="alert">
<h4 class="text-center">Testability</h4>
<p class="text-justify">
Expand Down

0 comments on commit 5460e57

Please sign in to comment.