Skip to content

Commit

Permalink
Merge pull request #195 from goyalmuskan/space
Browse files Browse the repository at this point in the history
Added necessary space
  • Loading branch information
vinitshahdeo authored Mar 19, 2020
2 parents 9947cc0 + a5922a1 commit 8ac01ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,24 +158,24 @@
<div class="container">
<center>
<h1 class="title">Water Monitoring System</h1>
<p>Water Monitoring System is an IOT based Liquid Level Monitoring system that has
<p class="mb-4">Water Monitoring System is an IOT based Liquid Level Monitoring system that has
mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.</p>
</center>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank1 d-flex justify-content-center" ></div>
<div class="tank1 mb-5 d-flex justify-content-center" ></div>
<h2>Tank 1</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank2 d-flex justify-content-center"></div>
<div class="tank2 mb-5 d-flex justify-content-center"></div>
<h2>Tank 2</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank3 d-flex justify-content-center"></div>
<div class="tank3 mb-5 d-flex justify-content-center"></div>
<h2>Tank 3</h2>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<div class="tank4 d-flex justify-content-center"></div>
<div class="tank4 mb-5 d-flex justify-content-center"></div>
<h2>Tank 4</h2>
</div>
</div>
Expand Down

0 comments on commit 8ac01ee

Please sign in to comment.