diff --git a/page.html b/page.html
index c5bbbc02f0acec33669a454838c2d74930ca9c87..ad933bfab82f718ab4c4251579bde7da9b639313 100644
--- a/page.html
+++ b/page.html
@@ -4,15 +4,16 @@
 {{ super() }}
 <style>
 .footer-bottom {
-    margin-top: 20%;
+    margin-top: auto;
     margin-left: auto;
     text-align: center;
+    width: 100%;
 }
 </style>
 {% endblock %}
 
 {% block footer %}
-<div class="footer-bottom" style="display: block">
+<div class="footer-bottom">
     <hr style="width:50%"">
     This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino
 </div>