mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Makes search a bit wider on wider screens
This commit is contained in:
parent
7ae036b385
commit
c3230e331d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user