Skip to content

Commit

Permalink
add margin to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Nov 6, 2023
1 parent 4b1fb68 commit d8f1d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Header = () => {
borderBottom={"1px solid"}
>
<HStack height={"100%"}>
<Heading fontFamily="Switzer" size={"md"} mr={4}>
<Heading fontFamily="Switzer" size={"md"} mr={4} ml={[4, 4, 0]}>
Hyperboards
</Heading>
<Show above={"md"}>
Expand Down

0 comments on commit d8f1d15

Please sign in to comment.