From c0ae685af1764d9588b1fcd8de40d0cbde48d1ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 4 May 2024 19:57:20 +0200 Subject: style: add a small gap between search bar and button --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/static') 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"] { -- cgit 1.4.1