diff --git a/website/core/homeSplash.js b/website/core/homeSplash.js
index f34f3a4..6230bc8 100644
--- a/website/core/homeSplash.js
+++ b/website/core/homeSplash.js
@@ -13,7 +13,7 @@ const SplashContainer = props => (
);
const Logo = props => (
-
+
);
diff --git a/website/static/css/custom.css b/website/static/css/custom.css
index 8f38306..2275cb7 100644
--- a/website/static/css/custom.css
+++ b/website/static/css/custom.css
@@ -15,12 +15,21 @@
@media only screen and (min-width: 1500px) {
}
+/* Footer */
footer.nav-footer {
background-color: #202020;
}
-.navGroup ul {
- background-color: #f9f9f9;
+/* Home */
+.logo {
+ display: flex;
+ justify-content: center;
+}
+
+.logo img {
+ height: 100%;
+ max-height: 250px;
+ margin-bottom: 0px;
}
.homeContainer .homeWrapper .projectLogo {