Skip to content

Commit

Permalink
update example style
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 4, 2018
1 parent 878d64c commit 93a3bfd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@
margin-top: 70px;
margin-bottom: 70px;
}

#feature-minimal pre:nth-of-type(2) {
margin: 0;
}

#example {
height: 100%;
margin-bottom: 16px;
background-color: #E6E6E6;
}

#example input {
width: 80%;
}
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>The minimal & fast user interface library</h1>
});</code></pre>
</div>
<div class="col">
<div id="example"></div>
<div id="example" class="flex center"></div>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion web/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>The minimal & fast user interface library</h1>
});</code></pre>
</div>
<div class="col">
<div id="example"></div>
<div id="example" class="flex center"></div>
</div>
</div>
</section>
Expand Down

0 comments on commit 93a3bfd

Please sign in to comment.