Skip to content

Commit

Permalink
Merge pull request #77 from ft-jasong/main
Browse files Browse the repository at this point in the history
add top padding 2px on range bar
  • Loading branch information
S0YKIM authored Nov 28, 2021
2 parents 12c17c6 + b728bc9 commit 76cb628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h5 class="modal-title fs-5 fw-bold" id="staticBackdropLabel2">Sign in</h5>
</button>
</div>
<div class="col-12 col-sm-12 col-md-10 justify-content-end ps-5">
<input type="range" value="" class="form-range" min="0" max="29" step="1" id="page" onchange="barMovement(this.value);">
<input type="range" value="" class="form-range pt-2" min="0" max="29" step="1" id="page" onchange="barMovement(this.value);">
<script>setPage(sessionStorage.getItem('page'))</script>
</div>
<div class="col-12 col-sm-12 col-md-1 order-last text-end">
Expand Down

0 comments on commit 76cb628

Please sign in to comment.