Skip to content

Commit

Permalink
Styling the buttons a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wee Sing Yap committed May 22, 2018
1 parent 22d6ff2 commit 5c0e120
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions views/admin.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,14 @@
</script>

<div style="margin-top: 20px">
<button class="btn btn-success btn-block" id="reset_game">Reset Game</button>
<button class="btn btn-lg btn-success btn-block start_game_button">START</button>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<button class="btn btn-lg btn-danger btn-block" id="reset_game">Reset Game</button>
<button class="btn btn-lg btn-success btn-block start_game_button">START</button>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 5c0e120

Please sign in to comment.