Skip to content

Commit

Permalink
fixed grid
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbalestra committed Dec 10, 2015
1 parent 7c0344f commit ede6e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="text-muted">Sankey Diagram Builder</h3>
<hr>

<div class="row marketing">
<div class="col-lg-6">
<div class="col-sm-6">
<h4>Stack</h4>
<p>
D3 to run all the calculation.<br>A faux-dom coupled with D3 to generate SVG elements in an isomorphic context.<br>React to handle state and renderings.
Expand All @@ -32,7 +32,7 @@ <h4>Stack</h4>
</ul>
</p>
</div>
<div class="col-lg-6">
<div class="col-sm-6">
<h4>Format</h4>
<pre><code>{
nodes: [
Expand Down

0 comments on commit ede6e8b

Please sign in to comment.