diff options
author | Alan Pearce | 2024-05-04 19:57:20 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-04 19:57:20 +0200 |
commit | c0ae685af1764d9588b1fcd8de40d0cbde48d1ea (patch) | |
tree | 9ad61c42a605d532d3cc325ee8fc8b590231ede4 | |
parent | 3c54a3f63ad9b9ccaf5ca064ec3fd730164aad4a (diff) | |
download | searchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.tar.lz searchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.tar.zst searchix-c0ae685af1764d9588b1fcd8de40d0cbde48d1ea.zip |
style: add a small gap between search bar and button
-rw-r--r-- | frontend/static/style.css | 1 |
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"] { |