Skip to content

Commit 1860887

Browse files
committed
Add padding between logo and search bar
1 parent 7a1c59e commit 1860887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home/Home.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export default function Home() {
327327
w={{ base: "100%", md: "40%" }}
328328
display={{ base: "none", md: "block" }}
329329
>
330-
<InputGroup mt="1%" size={{ base: "md", md: "lg" }} mb="1%">
330+
<InputGroup mt="1%" size={{ base: "md", md: "lg" }} mb="1%" padding={8}>
331331
<InputLeftAddon children="🔎" />
332332
<Input
333333
type="teal"

0 commit comments

Comments
 (0)