Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from jayfallon/responsive-footer
Browse files Browse the repository at this point in the history
fixed footer for responsive views
  • Loading branch information
jayfallon authored Jul 30, 2019
2 parents f3ca9b9 + 3eb1aa9 commit b86b598
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions components/Footer/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ const FooterStyles = styled.footer`
}
ul {
display: flex;
${media.brotherbear`
display: flex;
`}
}
li {
margin-right: 3.5rem;
padding-bottom: 1.2rem;
${media.brotherbear`
margin-right: 3.5rem;
padding-bottom: 0;
`}
}
p.footer__link--top {
Expand Down

1 comment on commit b86b598

@vercel
Copy link

@vercel vercel bot commented on b86b598 Jul 30, 2019

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.