diff --git a/client/src/components/common/footer.css b/client/src/components/common/footer.css
index 6d27529..c2fe605 100644
--- a/client/src/components/common/footer.css
+++ b/client/src/components/common/footer.css
@@ -11,8 +11,13 @@
text-align: center;
}
+.spacing {
+ padding-top: 5px;
+}
+
.contactLink {
color: white;
+ opacity: 90%;
text-decoration: none;
font-size: 1rem;
}
diff --git a/client/src/components/common/footer.js b/client/src/components/common/footer.js
index b4164bd..f41383d 100644
--- a/client/src/components/common/footer.js
+++ b/client/src/components/common/footer.js
@@ -8,7 +8,7 @@ function Footer (props) {
ArduBadge
-
+