Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vjFaLk committed Feb 18, 2015
1 parent fd6d080 commit d2a5fd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
<div class="container-fluid">



<!-- Putting divs in the same row will automatically cause the sections to try to be in the same row -->
<!-- If a div is added in a separate row, it will force the section to be in it's own separate row -->
<div class="row">

<!-- changing the number in "col-sm-4" will change the width of the section -->
<div class="col-sm-4">
<div class="chart-wrapper">

Expand All @@ -46,6 +48,7 @@
</div>
</div>


<div class="col-sm-4">
<div class="chart-wrapper">

Expand Down

0 comments on commit d2a5fd1

Please sign in to comment.