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 2baabaf commit 509b562Copy full SHA for 509b562
src/components/ScriptGenerator/SearchBox.tsx
@@ -5,7 +5,7 @@ interface Props {
5
6
export default function SearchBox({ value, onChange }: Props) {
7
return (
8
- <div className="relative w-full max-w-2xl lg:max-w-3xl">
+ <div className="relative w-full max-w-2xl lg:max-w-3xl mb-8">
9
<input
10
type="text"
11
placeholder="Search for development tools..."
0 commit comments