diff --git a/assets/css/screen.css b/assets/css/screen.css
index 60a0bf1..1e11ff7 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -2809,12 +2809,6 @@ figcaption a {
 }
 
 
-.gh-footer-sph-logo {
-    height: 20px;
-}
-
-
-
 .gh-footer-copyright {
     text-align: right;
     white-space: nowrap;
diff --git a/partials/components/footer.hbs b/partials/components/footer.hbs
index f0ee426..5163f77 100644
--- a/partials/components/footer.hbs
+++ b/partials/components/footer.hbs
@@ -25,6 +25,6 @@
         </div>
     </div>
     <!-- SPH logo below social media links -->
-    <img class="gh-footer-sph-logo" src="/assets/SPH/SPH_logo_use_on_white_background.png"/>
+    <img src="/assets/SPH/SPH_logo_use_on_white_background.png" height="50px" width="auto" style="float:middle"/>
 
 </footer>