summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-05 17:51:57 -0700
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-05 17:51:57 -0700
commit2522845a547e69b956e76aecb0346acb5d3f2b4d (patch)
tree546712984eab18c54005243f48845becfeebb121 /jthanio
parent603e3913d6d163c65a42e07812e8ba3a213a2e93 (diff)
downloadjthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar.gz
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar.bz2
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar.lz
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar.xz
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.tar.zst
jthanio-2522845a547e69b956e76aecb0346acb5d3f2b4d.zip
take up whole width
Diffstat (limited to 'jthanio')
-rw-r--r--jthanio/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html
index 2de6973..6574c50 100644
--- a/jthanio/templates/search.html
+++ b/jthanio/templates/search.html
@@ -4,7 +4,7 @@
<div class="card-body">
<div class="input-group">
<form class="form-inline my-2 my-lg-0" action="{% url 'search' %}" method="get">
- <input type="text" class="form-control mr-sm-2 btn-sm" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
+ <input type="text" class="form-control mr-sm-2 btn-lg" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<span class="input-group-btn">
<input type="submit" value="Search" class="btn btn-secondary my-2 my-sm-0">
</form>