Skip to content

Commit 8a5838a

Browse files
committed
flex-grow:1 width:300px
1 parent 49375e2 commit 8a5838a

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-conditional-logic</h2>
4343
</div>
4444
<p class="max-width:500px margin:20px_0px">Show or Hide html elements triggered by a click or change action.</p>
4545
<div id="conditional-logic-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
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2>
4848
<pre><code class="language-javascript">npm install cocreate-conditional-logic</code></pre>
4949
<p class="padding:10px_0px">Or you can use cdn link:</p>
@@ -80,7 +80,7 @@ <h4><span>data-hide</span> <span class="cocreate-badge success">string</span> <s
8080
</ul>
8181
</div>
8282

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

0 commit comments

Comments
 (0)