diff --git a/frontend/src/components/utils/Footer.jsx b/frontend/src/components/utils/Footer.jsx
index ec972be8a..ddaaeab22 100644
--- a/frontend/src/components/utils/Footer.jsx
+++ b/frontend/src/components/utils/Footer.jsx
@@ -34,7 +34,7 @@ export default () => (
Need Help?
- Contact Us
+ Join Community
@@ -73,11 +73,9 @@ export default () => (
}
.footer-help {
- background-color: #ffffff;
- height: 80px;
text-align: left;
line-height: 1px;
- padding: 8% 20%;
+ padding: 40px 20%;
}
.help-image {
diff --git a/frontend/src/components/utils/Header.jsx b/frontend/src/components/utils/Header.jsx
index f0f148715..6b76b9e04 100644
--- a/frontend/src/components/utils/Header.jsx
+++ b/frontend/src/components/utils/Header.jsx
@@ -79,7 +79,7 @@ export default () => (
.near-main-logo {
width: 210px !important;
- padding: 15px;
+ padding: 14px;
}
.near-main-container {