Skip to content

Commit c65f371

Browse files
committed
chore: website: remove spacing between buttons
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent c857c28 commit c65f371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"
9191
>Loading compiler...</span
9292
>
93-
<button id="share-btn" class="btn btn-secondary btn-sm" style="margin-right: 0.5rem">
93+
<button id="share-btn" class="btn btn-secondary btn-sm" style="margin-right: 0.25rem">
9494
Share
9595
</button>
96-
<button id="compile-btn" class="btn btn-secondary btn-sm" disabled style="margin-right: 0.5rem">
96+
<button id="compile-btn" class="btn btn-secondary btn-sm" disabled style="margin-right: 0.25rem">
9797
Compile
9898
</button>
9999
<button id="run-btn" class="btn btn-primary btn-sm" disabled>

0 commit comments

Comments
 (0)