Skip to content

Commit 5a6f91e

Browse files
committed
Update default.html
1 parent 0035921 commit 5a6f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
3131
<h3>Playground</h3>
3232
Modify the name and the source code below and the bookmarklet
3333
in the "Result" section will update to reflect it in real-time.
34-
<h4>Name</h4>
34+
<h4 style="margin-top: 10px;">Name</h4>
3535
<input class="container" style="background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" type="text" id="mininame" name="mininame" value="Hello, world!">
3636
<h4 style="margin-top: 10px;">Source code</h4>
3737
<textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" id="plaintext" name="plaintext">"use strict";&#013;&#010;alert('Hello, world!');</textarea>

0 commit comments

Comments
 (0)