diff options
author | Ben Burwell <ben@benburwell.com> | 2019-07-28 19:55:11 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-07-28 20:09:37 -0400 |
commit | 85099ece8be40abfbc25bb9100cb58cc0ec47b5f (patch) | |
tree | fb6187f441ccacc6e1e13e20c5bc1a5d228f3021 /templates | |
parent | 3d044b6ce44f0d7ef29bfc961eac42f722fca289 (diff) |
Remove width restriction
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 66e0d83..9d49fb5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,9 +25,7 @@ <div class="container"> <a class="navbar-brand" href="/">similar.beer</a> <form class="form-inline" action="/search" method="post" autocomplete="off"> - <div class="autocomplete" style="width:300px;"> - <input id="myInput" class="form-control mr-sm-2 typeahead" type="search" name="q" placeholder="Search Beers" aria-label="Search"> - </div> + <input class="form-control mr-sm-2" type="search" name="q" placeholder="Search Beers" aria-label="Search"> <button class="btn btn-secondary my-2 my-sm-0" type="submit">Go</button> </form> <a href="/random" class="btn btn-secondary my-2 my-sm-0">Random Beer!</a> |