Skip to content

Commit

Permalink
FIX: Search width
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtoshranjan committed Apr 28, 2024
1 parent 65237e4 commit ef0d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Header = () => {
</div>

{/* Right Side */}
<div className="flex w-3/12 items-center space-x-4">
<div className="flex w-8/12 md:w-6/12 lg:w-3/12 items-center space-x-4">
{/* Search */}
<Search />

Expand Down

0 comments on commit ef0d4de

Please sign in to comment.