fix(frontend): move search to header center on mobile, nav links in hamburger only

This commit is contained in:
2026-05-29 01:08:57 +02:00
parent 6e7bf05942
commit 2199e5c66d
2 changed files with 37 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ export function SearchInput() {
};
return (
<form onSubmit={handleSearch} className="relative w-full max-w-sm">
<form onSubmit={handleSearch} className="relative w-full md:max-w-sm">
<SearchIcon className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
<Input
name="q"