Skip to content

Commit c095e46

Browse files
committed
flex-grow:1 width:300px
1 parent fc0c3a7 commit c095e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>CoCreate-calculations</h2>
4343
</div>
4444
<p class="max-width:500px margin:20px_0px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</p>
4545
<div id="calculations-section" class="display:flex flex-wrap:wrap">
46-
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px">
46+
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
4747

4848
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2>
4949
<pre><code class="language-javascript">npm install cocreate-calculations</code></pre>
@@ -75,7 +75,7 @@ <h4><span>data-calculations</span> <span class="cocreate-badge success">string</
7575
</ul>
7676
</div>
7777

78-
<div class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
78+
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
7979
<!-- SandBox -->
8080
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
8181
<div class="position:sticky top:0 padding:15px_0px height:100vh">

0 commit comments

Comments
 (0)