4
0
forked from crowetic/commerce

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ export default function Search() {
} }
return ( 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 <input
type="text" type="text"
name="search" name="search"