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 769950d commit 8fff188Copy full SHA for 8fff188
src/components/header.tsx
@@ -160,8 +160,8 @@ export function Header(props: React.PropsWithChildren) {
160
<GitHubLogo className="size-5 fill-black/40 dark:fill-gray-400" />
161
</Link>
162
</div>
163
- <div className="flex items-center gap-4 md:hidden">
164
- <SearchButton aria-label="Search">
+ <div className="flex items-center gap-2.5 md:hidden">
+ <SearchButton aria-label="Search" className="inline-grid size-7 place-items-center rounded-md">
165
<svg viewBox="0 0 16 16" fill="currentColor" className="size-4">
166
<path
167
fillRule="evenodd"
0 commit comments