style: add a small gap between search bar and button
Alan Pearce alan@alanpearce.eu
Sat, 04 May 2024 19:57:20 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M frontend/static/style.css → frontend/static/style.css
@@ -1,5 +1,6 @@ form { display: flex; + column-gap: 1ex; } input[type="search"] {