We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da89ef commit b075284Copy full SHA for b075284
client/src/components/Navbar/Navbar.jsx
@@ -37,7 +37,7 @@ const Navbar = ({ onSearch }) => {
37
38
{/* Search Bar */}
39
<div className="hidden sm:block">
40
- <div className="flex items-center w-80">
+ <div className="flex items-center sm:w-55 xl:w-80">
41
<label htmlFor="simple-search" className="sr-only">Search</label>
42
<div className="relative w-full">
43
<input type="text" id="simple-search" className="border border-gray text-sm rounded-lg block shadow w-full pl-3 p-2.5 bg-[#0e0e0e] border-gray-600 placeholder-gray-400 text-white focus:ring-blue-500 focus:border-blue-500" value={searchQuery}
0 commit comments