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 95a797e commit 2356940Copy full SHA for 2356940
components/Header.tsx
@@ -26,7 +26,7 @@ function Header() {
26
<img src="/hacktoberfest.svg" alt="Hacktoberfest" className="h-12 w-auto sm:h-auto" />
27
</Link>
28
29
- <SearchBar searchBarWrapperStyles="hidden sm:inline-flex flex-1 max-w-md px-6" />
+ <SearchBar searchBarWrapperStyles="hidden sm:inline-flex flex-1 max-w-md px-6 md:ml-5" />
30
31
<div className="flex-none md:justify-end">
32
<Link
0 commit comments