JAYASWAROOP commited on
Commit
41b83cf
·
1 Parent(s): fd65e8e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -363,7 +363,7 @@ button:hover {
363
  }
364
 
365
  .downloads-options {
366
- width: 250px;
367
  margin-bottom: 20px;
368
  }
369
 
@@ -480,9 +480,9 @@ button:hover {
480
  <div class="offcanvas-body">
481
  <div class="downloads">
482
  <div class="downloads-options">
483
-
484
- <input type="text" id="search" placeholder="Search..." class="search-input">
485
-
486
  <div style="width: 160px;">
487
  <select id="sort">
488
  <option value="recent"> Sort by Recent </option>
 
363
  }
364
 
365
  .downloads-options {
366
+ width: 100%;
367
  margin-bottom: 20px;
368
  }
369
 
 
480
  <div class="offcanvas-body">
481
  <div class="downloads">
482
  <div class="downloads-options">
483
+ <div>
484
+ <input type="text" id="search" placeholder="Search..." class="form-control">
485
+ </div>
486
  <div style="width: 160px;">
487
  <select id="sort">
488
  <option value="recent"> Sort by Recent </option>