Skip to content

Commit

Permalink
Merge pull request #56 from icssc/header-formatting
Browse files Browse the repository at this point in the history
Header Responsiveness and Formatting
  • Loading branch information
NwinNwin authored Apr 15, 2024
2 parents cee5c38 + 1860887 commit 570e770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export default function Home() {
w={{ base: "100%", md: "40%" }}
display={{ base: "none", md: "block" }}
>
<InputGroup mt="1%" size={{ base: "md", md: "lg" }} mb="1%">
<InputGroup mt="1%" size={{ base: "md", md: "lg" }} mb="1%" padding={8}>
<InputLeftAddon children="🔎" />
<Input
type="teal"
Expand Down Expand Up @@ -394,8 +394,8 @@ export default function Home() {
<MenuButton>
<Image
src={user?.photoURL}
h={{ base: "50px", md: "80px" }}
w={{ base: "50px", md: "80px" }}
h={{ base: "27px", md: "80px" }}
w={{ base: "27px", md: "80px" }}
borderRadius="100%"
/>
</MenuButton>
Expand Down

0 comments on commit 570e770

Please sign in to comment.