From 1e2be6435c9c2c14fd3cd93fa071af2f8ab26067 Mon Sep 17 00:00:00 2001 From: jwexitplan Date: Thu, 18 Apr 2019 13:00:03 -0600 Subject: [PATCH] Added some footer content - still needs formatting --- frontend/src/Footer/Footer.js | 12 +++++++++++- frontend/src/Footer/Footer.scss | 8 ++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/frontend/src/Footer/Footer.js b/frontend/src/Footer/Footer.js index 4d38611..4c63d4b 100644 --- a/frontend/src/Footer/Footer.js +++ b/frontend/src/Footer/Footer.js @@ -4,7 +4,17 @@ import './Footer.scss'; const Footer = () => { return ( ) }; diff --git a/frontend/src/Footer/Footer.scss b/frontend/src/Footer/Footer.scss index f6df61f..b9bb839 100644 --- a/frontend/src/Footer/Footer.scss +++ b/frontend/src/Footer/Footer.scss @@ -4,8 +4,16 @@ footer { background-color: $dark-blue; height: 200px; display: flex; + flex-direction: row; justify-content: space-between; + color: $off-white; } +.footer-location { + width: 200px; +} +.footer-links { + width: 200px; +}