diff --git a/page.html b/page.html index 5dd3e09e411b37e49a3731770d9095a9393d1788..1904d31158d66443c83ddde1741d26f7437817a3 100644 --- a/page.html +++ b/page.html @@ -1,7 +1,17 @@ {% extends "templates/page.html" %} +{% block stylesheet %} +{{ super() }} +<style> +.footer-bottom { + position: absolute; + bottom: 0; +} +</style> +{% endblock} + {% block footer %} -<div class="container text-center" style="position: absolute; bottom: 0;"> +<div class="container text-center footer-bottom" > <hr> <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> </div>