Skip to content

Commit

Permalink
Makes search a bit wider on wider screens (vercel#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Robinson <[email protected]>
  • Loading branch information
manovotny and leerob authored Jul 31, 2023
1 parent 455a732 commit 36b28b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/navbar/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36b28b4

Please sign in to comment.