Makes search a bit wider on wider screens

This commit is contained in:
Michael Novotny 2023-07-30 21:34:19 -05:00
parent 7ae036b385
commit c3230e331d
No known key found for this signature in database

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"