Skip to content

Commit

Permalink
refactor: index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kuutsav authored Jun 16, 2024
1 parent 105cee4 commit 8cb8b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
</div>
<div class="row mt-3">
<div class="col-12 col-md-6 d-flex align-items-center justify-content-start">
<input type="text" id="searchInput" class="form-control form-control-sm" placeholder="Company Name" style="max-width: 300px;">
<input type="text" id="searchInput" class="form-control form-control-sm" placeholder="Company Name" style="max-width: 240px;">
<button id="searchButton" class="ms-2 px-4 btn btn-primary btn-sm">Search</button>
<button id="resetButton" class="ms-2 px-4 btn btn btn-sm">Reset</button>
<button id="resetButton" class="ms-2 btn btn-light btn-sm"></button>
</div>
<div class="col-12 col-md-6 d-flex align-items-center justify-content-md-end justify-content-start mt-2 mt-md-0">
<select id="pageSelect" class="form-select form-select-sm ms-2" style="max-width: 72px;"></select>
<select id="pageSelect" class="form-select form-select-sm" style="max-width: 72px;"></select>
<button id="prevPage" class="ms-2 px-4 btn btn-secondary btn-sm">Previous</button>
<button id="nextPage" class="ms-2 px-4 btn btn-primary btn-sm">Next</button>
</div>
Expand Down

0 comments on commit 8cb8b94

Please sign in to comment.