We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e06d6b commit b147bedCopy full SHA for b147bed
views/index.twig
@@ -1,11 +1,16 @@
1
{% extends 'layout.twig' %}
2
3
{% block body %}
4
- <div class="row">
5
- <div class="col-12">
+ <div class="row justify-content-center">
+ <div class="col-5">
6
<form method="post">
7
- <input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus><span id="searchStatus">...</span>
+ <input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus class="form-control">
8
</form>
9
+ </div>
10
+ <div class="col-1"><span id="searchStatus">...</span></div>
11
12
+ <div class="row">
13
+ <div class="col-12">
14
<div id="typeSearchResults">
15
</div>
16
0 commit comments