about summary refs log tree commit diff stats
path: root/frontend/static/style.css
diff options
context:
space:
mode:
authorAlan Pearce2024-05-04 19:57:20 +0200
committerAlan Pearce2024-05-04 19:57:20 +0200
commitc0ae685af1764d9588b1fcd8de40d0cbde48d1ea (patch)
tree9ad61c42a605d532d3cc325ee8fc8b590231ede4 /frontend/static/style.css
parent3c54a3f63ad9b9ccaf5ca064ec3fd730164aad4a (diff)
downloadsearchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.tar.lz
searchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.tar.zst
searchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.zip
style: add a small gap between search bar and button
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r--frontend/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css
index 95198fb..a747adf 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -1,5 +1,6 @@
 form {
   display: flex;
+  column-gap: 1ex;
 }
 
 input[type="search"] {