From 3eb1aa9ddc2fad734094f5a990a529dc83c787f5 Mon Sep 17 00:00:00 2001 From: Jay Fallon Date: Tue, 30 Jul 2019 11:22:35 -0400 Subject: [PATCH] fixed footer for responsive views --- components/Footer/styles.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/components/Footer/styles.js b/components/Footer/styles.js index 417f1f7..7bb37df 100644 --- a/components/Footer/styles.js +++ b/components/Footer/styles.js @@ -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 {