Correction on the footer when the screen is small
diff --git a/_includes/footer.html b/_includes/footer.html
index 63676cc..0383e52 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,10 @@
 <footer class="footer position-sticky sticky-bottom">
-    <nav class="navbar navbar-light bg-light "  style="background: #A6A6A6;">
+    <nav class="navbar navbar-light bg-light"  style="background: #A6A6A6;">
         <div class="container">
-            <div class="row justify-content-center">
-                <div class="col-12 text-center">
-                    <a href="http://incubator.apache.org/">
-                        <img src="{{ "assets/img/egg-logo.png" | absolute_url }}">
+            <div class="row">
+                <div class="col text-center">
+                    <a href="http://incubator.apache.org/" >
+                        <img class="w-50" src="{{ "assets/img/egg-logo.png" | absolute_url }}">
                     </a>
                     <br />
                     <p style="text-align: justify">
@@ -18,6 +18,5 @@
                 </div>
             </div>
         </div>
-
     </nav>
 </footer>