mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Adjusted scrolling point
This commit is contained in:
parent
7ea7997c3b
commit
b4d9adee5a
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,6 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<a name="roll_dice_button" ></a>
|
||||
|
||||
<h2 class="dice_num">
|
||||
Number of Dice to roll:
|
||||
</h2>
|
||||
|
@ -109,6 +107,8 @@
|
|||
</div>
|
||||
|
||||
<br/>
|
||||
<a name="roll_dice_button" ></a>
|
||||
|
||||
<button type="button" class="btn btn-default btn-lg btn-primary" id="roll_dice">
|
||||
<span class="glyphicon glyphicon-play" aria-hidden="true" ></span> Roll Dice!
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue