From cd3eba3ab71fa4a3cdd9070d0cea38766945a1e3 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Thu, 23 Jun 2022 21:55:34 -0700 Subject: [PATCH] Add page footer --- page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.html b/page.html index 388d71d..d5939ef 100644 --- a/page.html +++ b/page.html @@ -12,7 +12,7 @@ {% endblock %} {% block footer %} -<div class="container text-center footer-bottom" > +<div class="container footer-bottom" > <hr style="width:50%""> <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> </div> -- GitLab