diff options
-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"] { |