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; +}