fix(index): search on mobile in a single line
This commit is contained in:
parent
388ecee31f
commit
f443a5b7ae
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<form method="get" action="/search" class="row justify-content-center">
|
<form method="get" action="/search" class="row">
|
||||||
<div class="col-sm-11">
|
<div class="col-8">
|
||||||
<input type="text" class="form-control" placeholder="Search term" name="search" />
|
<input type="text" class="form-control" placeholder="Search term" name="search" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-1 text-end">
|
<div class="col-4 text-end">
|
||||||
<button type="submit" class="btn btn-primary">Search</button>
|
<button type="submit" class="btn btn-primary">Search</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Reference in a new issue