Skip to content

Commit 77f44a0

Browse files
styling
1 parent a25cf7e commit 77f44a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.flex {
99
display: flex;
1010
flex: 1;
11+
padding: 1em;
1112
}
1213

1314
.flex.row {
@@ -34,8 +35,8 @@ <h1>Schemascii Playground</h1>
3435
<div class="flex row">
3536
<div class="flex column">
3637
<div class="flex row">
37-
<p style="flex: 1">Schemascii Source</p>
38-
<button id="render">Render</button>
38+
<p style="flex: 3">Schemascii Source</p>
39+
<button id="render" style="flex: 1">Render</button>
3940
</div><textarea id="schemascii"></textarea>
4041
</div>
4142
<div class="flex column">

0 commit comments

Comments
 (0)