From 83a69434bfc4064772db4c01774313fb2ea13c87 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Fri, 24 Jun 2022 01:20:13 -0700 Subject: [PATCH] Add page footer --- page.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/page.html b/page.html index c5bbbc0..ad933bf 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> -- GitLab