summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-05-28 12:54:08 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-05-28 12:54:30 -0400
commita95c92c018d7b3dec9bd2fc3485671fe7292b414 (patch)
tree180f8ae088a607f5634e2136185af0342e035808 /templates
parente4d4d271d22b0efe8c59f4f0117e884a73fb81b3 (diff)
templates: update search.tmpl
Add styling.
Diffstat (limited to 'templates')
-rw-r--r--templates/search.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/search.tmpl b/templates/search.tmpl
index a6d7cff..9f211d6 100644
--- a/templates/search.tmpl
+++ b/templates/search.tmpl
@@ -13,13 +13,13 @@
<div class="root-container">
<div class="search-container">
- <form method="post">
+ <form method="post" class="search-form">
<div class="search-box">
<input type="text" class="location" placeholder="us city"
value="{{ .Location }}" name="location" required>
</div>
- <div class="search-btn">
- <input type="submit" value="search">
+ <div class="btn-block">
+ <input type="submit" class="search-btn" value="➮">
</div>
</form>
</div>