From 0945da8f9654252008ff6bd56022f9363fd3cca6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2024 09:04:42 +0200 Subject: feat: add basic input frontend --- frontend/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/static/style.css (limited to 'frontend/static') diff --git a/frontend/static/style.css b/frontend/static/style.css new file mode 100644 index 0000000..96b7c9b --- /dev/null +++ b/frontend/static/style.css @@ -0,0 +1,7 @@ +form { + display: flex; +} + +input[type="search"] { + width: 100%; +} -- cgit 1.4.1