Makes search a bit wider on wider screens (#1128)

Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
This commit is contained in:
Michael Novotny
2023-07-31 09:18:50 -05:00
committed by GitHub
parent 455a7327f3
commit 36b28b4aab

View File

@@ -32,7 +32,7 @@ export default function Search() {
}
return (
<form onSubmit={onSubmit} className="relative w-full lg:w-[320px]">
<form onSubmit={onSubmit} className="w-max-[550px] relative w-full lg:w-80 xl:w-full">
<input
type="text"
name="search"