Skip to content

Commit 2356940

Browse files
committed
fixing navbar position-
1 parent 95a797e commit 2356940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function Header() {
2626
<img src="/hacktoberfest.svg" alt="Hacktoberfest" className="h-12 w-auto sm:h-auto" />
2727
</Link>
2828

29-
<SearchBar searchBarWrapperStyles="hidden sm:inline-flex flex-1 max-w-md px-6" />
29+
<SearchBar searchBarWrapperStyles="hidden sm:inline-flex flex-1 max-w-md px-6 md:ml-5" />
3030

3131
<div className="flex-none md:justify-end">
3232
<Link

0 commit comments

Comments
 (0)