Skip to content

Commit b075284

Browse files
committed
navbar adjusted
1 parent 4da89ef commit b075284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Navbar = ({ onSearch }) => {
3737

3838
{/* Search Bar */}
3939
<div className="hidden sm:block">
40-
<div className="flex items-center w-80">
40+
<div className="flex items-center sm:w-55 xl:w-80">
4141
<label htmlFor="simple-search" className="sr-only">Search</label>
4242
<div className="relative w-full">
4343
<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

Comments
 (0)