Skip to content

Commit

Permalink
Footer: Fixes the GitHub display on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed May 10, 2020
1 parent e8a4bfc commit 1b37709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const StyledFooter = styled.footer`
const GitHubLink = styled.a`
margin-right: -10px;
padding: 10px;
display: flex;
display: inline-block;
height: 24px;
box-sizing: content-box;
`

export const Footer = () => {
Expand All @@ -28,7 +30,7 @@ export const Footer = () => {
<Box
as={StyledFooter}
flex
alignItems="flex-start"
alignItems="center"
justifyContent="space-between"
paddingTop="2rem"
paddingBottom="1rem"
Expand Down

1 comment on commit 1b37709

@vercel
Copy link

@vercel vercel bot commented on 1b37709 May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.