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

Commit

Permalink
fixed footer for responsive views
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfallon committed Jul 30, 2019
1 parent f3ca9b9 commit 3eb1aa9
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

0 comments on commit 3eb1aa9

Please sign in to comment.