Skip to content

Commit

Permalink
Merge pull request #44 from lemeryfertitta/fix-beta-nav-btns
Browse files Browse the repository at this point in the history
Fix beta page nav button locations
  • Loading branch information
lemeryfertitta committed Feb 14, 2024
2 parents dc2671c + 8a03311 commit 1d29272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions climbdex/templates/beta.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</div>
</div>
<div class="col-md-5 card p-3 g-2 vh-100" id="div-beta">
<div class="row g-0 p-3">
<div class="row g-0">
<div class="col">
<button type="button" class="btn btn-outline-primary" id="button-prev" disabled>&larr;</button>
</div>
<div class="col-8">
<div class="col-10">
<h4 id="header-handle"></h4>
</div>
<div class="col">
Expand Down

0 comments on commit 1d29272

Please sign in to comment.