Skip to content

Commit

Permalink
fix: Center-align header items
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 21, 2022
1 parent 39822f6 commit 6533088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Header = (props) => {
<Flex as="header" align="center" justify="space-between" wrap="wrap" padding="1rem" {...props}>
<Flex align="center" mr={5}>
<RouterLink to="/">
<Heading as="h1">
<Heading as="h1" display="flex" alignItems="center">
<Image src={`/assets/${headerImage}`} height="2rem" display="inline-block" mr="0.5rem" alt="IEX Logo" />
<Image src="/assets/iex-name.svg" height="1.33rem" display="inline-block" alt="Insights Explorer" />
</Heading>
Expand Down

0 comments on commit 6533088

Please sign in to comment.